[lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id...
authorStella Stamenova <stilis@microsoft.com>
Tue, 19 Jan 2021 22:09:09 +0000 (14:09 -0800)
committerStella Stamenova <stilis@microsoft.com>
Tue, 19 Jan 2021 22:09:09 +0000 (14:09 -0800)
This test is flakey on Windows and on failure it hangs causing the test suite to fail and future builds (on the buildbot, especially) to fail because they cannot re-write the files that are currently in use

lldb/test/API/commands/process/attach/TestProcessAttach.py

index a3a97cf..c224b9f 100644 (file)
@@ -44,6 +44,7 @@ class ProcessAttachTestCase(TestBase):
         self.assertTrue(process, PROCESS_IS_VALID)
 
     @skipIfReproducer # FIXME: Unexpected packet during (active) replay
+    @skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr48806
     def test_attach_to_process_from_different_dir_by_id(self):
         """Test attach by process id"""
         newdir = self.getBuildArtifact("newdir")