Skip to content

Commit 3471455

Browse files
committed
[lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id on Windows
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
1 parent be7352c commit 3471455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_attach_to_process_by_id(self):
4444
self.assertTrue(process, PROCESS_IS_VALID)
4545

4646
@skipIfReproducer # FIXME: Unexpected packet during (active) replay
47+
@skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr48806
4748
def test_attach_to_process_from_different_dir_by_id(self):
4849
"""Test attach by process id"""
4950
newdir = self.getBuildArtifact("newdir")

0 commit comments

Comments
 (0)