Skip to content

Commit 1fe366d

Browse files
authored
[LLDB] Disable DIL QualifiedId test on Windows. (#148940)
The lldb-x86_64-win buildbot is failing on this one DIL test. Disable the test on Windows until we can debug it on Windows.
1 parent 23ac7b9 commit 1fe366d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class TestFrameVarDILQualifiedId(TestBase):
1818
# each debug info format.
1919
NO_DEBUG_INFO_TESTCASE = True
2020

21+
@skipIfWindows
2122
def test_frame_var(self):
2223
self.build()
2324
lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)