Skip to content

Commit 826a20b

Browse files
DavidSpickettIanWood1
authored andcommitted
[lldb] Disable reverse continue command test on Windows
The new test added in llvm#132783 is timing out on our Windows on Arm bot https://lab.llvm.org/buildbot/#/builders/141/builds/8149 Disable it there while I figure out the problem.
1 parent 9fc347b commit 826a20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313
class TestReverseContinueNotSupported(TestBase):
14+
@skipIfWindows
1415
def test_reverse_continue_not_supported(self):
1516
target = self.connect()
1617

0 commit comments

Comments
 (0)