[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:
Stella Stamenova 2021-01-19 14:09:09 -08:00
parent be7352c00d
commit 3471455384
1 changed files with 1 additions and 0 deletions

View 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")