[lldbsuite] Skip TestExitDuringStep on Windows
authorStella Stamenova <stilis@microsoft.com>
Fri, 11 Jan 2019 23:08:35 +0000 (23:08 +0000)
committerStella Stamenova <stilis@microsoft.com>
Fri, 11 Jan 2019 23:08:35 +0000 (23:08 +0000)
This test is flaky on Windows and will occasionally hang or fail.

llvm-svn: 350978

lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py

index 72ba89e..c13de07 100644 (file)
@@ -37,6 +37,7 @@ class ExitDuringStepTestCase(TestBase):
             False)
 
     @skipIfFreeBSD  # llvm.org/pr21411: test is hanging
+    @skipIfWindows # This is flakey on Windows: llvm.org/pr38373
     def test_step_in(self):
         """Test thread exit during step-in handling."""
         self.build(dictionary=self.getBuildFlags())