diff --git a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py index e9e6b4e38ce1ba..14891b24249b59 100644 --- a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py +++ b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py @@ -21,6 +21,7 @@ def test_gdb_remote_sync(self): self.dbg.GetSelectedPlatform().DisconnectRemote() @skipIfWindows + @skipIfReproducer # Reproducer don't support async. def test_gdb_remote_async(self): """Test the gdb-remote command in asynchronous mode""" try: @@ -45,6 +46,7 @@ def test_process_connect_sync(self): self.dbg.GetSelectedPlatform().DisconnectRemote() @skipIfWindows + @skipIfReproducer # Reproducer don't support async. def test_process_connect_async(self): """Test the gdb-remote command in asynchronous mode""" try: