Skip to content

Commit d889d84

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb] Disable reverse continue command test on Windows
The new test added in llvm/llvm-project#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.
2 parents 01d02ee + bcdafc1 commit d889d84

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)