diff --git a/lldb/test/API/functionalities/gdb_remote_client/TestContinue.py b/lldb/test/API/functionalities/gdb_remote_client/TestContinue.py index 14147fb5b2bfe..9c3fa66608d0f 100644 --- a/lldb/test/API/functionalities/gdb_remote_client/TestContinue.py +++ b/lldb/test/API/functionalities/gdb_remote_client/TestContinue.py @@ -67,6 +67,9 @@ class MyResponder(self.BaseResponder): process = self.connect(target) self.assertPacketLogContains(["vCont;C13:p400.401"]) + # uses 'S13' instead of 's' arm (the pc dance?), testing it on one + # arch should be entirely sufficient + @skipIf(archs=no_match(["x86_64"])) def test_step_multiprocess(self): class MyResponder(self.BaseResponder): def other(self, packet):