diff options
| -rw-r--r-- | lldb/test/driver/batch_mode/TestBatchMode.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/driver/batch_mode/TestBatchMode.py b/lldb/test/driver/batch_mode/TestBatchMode.py index 611d1abfd3d..964ff401c94 100644 --- a/lldb/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/test/driver/batch_mode/TestBatchMode.py @@ -16,6 +16,7 @@ class DriverBatchModeTest (TestBase): mydir = TestBase.compute_mydir(__file__) @skipUnlessDarwin + @skipIfRemote # test not remote-ready llvm.org/pr24813 @dsym_test def test_driver_batch_mode_with_dsym(self): """Test that the lldb driver's batch mode works correctly.""" @@ -24,6 +25,7 @@ class DriverBatchModeTest (TestBase): self.batch_mode () @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfRemote # test not remote-ready llvm.org/pr24813 @dwarf_test def test_driver_batch_mode_with_dwarf(self): """Test that the lldb driver's batch mode works correctly.""" |

