forked from OSchip/llvm-project
[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
This commit is contained in:
parent
be7352c00d
commit
3471455384
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue