diff --git a/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py b/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py index 4045dd8fb6569..0bda7ee6e5b83 100644 --- a/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py +++ b/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py @@ -12,6 +12,7 @@ class TestDAP_save_core(lldbdap_testcase.DAPTestCaseBase): @skipUnlessArch("x86_64") @skipUnlessPlatform(["linux"]) + @skipIf(bugnumber="rdar://137046468") def test_save_core(self): """ Tests saving core minidump from lldb-dap.