[lldb/Test] Disable TestBuiltinFormats.py on Windows

Disable the test to turn the Windows bot green again until Raphael has
time to investigate.
This commit is contained in:
Jonas Devlieghere 2020-06-19 22:40:55 -07:00
parent 7a9a341953
commit 8027f04a6d

View File

@ -22,6 +22,7 @@ class TestCase(TestBase):
return result.GetOutput()
@no_debug_info_test
@skipIfWindows
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))