From 42beb8ed792d2dbe71b8d25031a53215090631d2 Mon Sep 17 00:00:00 2001 From: Fred Riss Date: Tue, 5 Nov 2019 11:14:38 -0800 Subject: TestBatchMode.py: add missing @skipIfRemote All the tests in this file were already marked as skipped for remote tests except for this one. --- lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py b/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py index 41c6019adfb..7c1965c3aec 100644 --- a/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py @@ -78,6 +78,7 @@ class DriverBatchModeTest(PExpectTest): import pexpect child.expect(pexpect.EOF) + @skipIfRemote @expectedFlakeyFreeBSD("llvm.org/pr25172 fails rarely on the buildbot") def test_batch_mode_launch_stop_at_entry(self): """Test that the lldb driver's batch mode works correctly for process launch.""" -- cgit v1.2.3