diff --git a/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py b/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py index a611cc30c1897..94a0ac698b80c 100644 --- a/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py +++ b/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py @@ -15,7 +15,7 @@ # Despite the test program printing correctly. See # https://github.com/llvm/llvm-project/issues/137599. - +@skipIf(bugnumber = "rdar://162151729") class TestDAP_launch(lldbdap_testcase.DAPTestCaseBase): @skipIfWindows def test_default(self): diff --git a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py index 67483798f2265..fc3ec356bab94 100644 --- a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py +++ b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py @@ -9,6 +9,7 @@ from lldbsuite.test.lldbtest import line_number +@skipIf(bugnumber = "rdar://162151859") @skipIfBuildType(["debug"]) class TestDAP_restart_console(lldbdap_testcase.DAPTestCaseBase): def verify_stopped_on_entry(self, stopped_events: List[Dict[str, Any]]):