From 386b1f1bbb7c19bb16c8d8d6c46106c26c8401a5 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Mon, 20 Apr 2026 21:48:32 -0400 Subject: [PATCH] re-enable test_pantsd_filesystem_invalidation * I ran this 500 times (with --force) and was not able to reproduce it. From git history, #9920 may have fixed it closes #7622 --- src/python/pants/pantsd/pantsd_integration_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/python/pants/pantsd/pantsd_integration_test.py b/src/python/pants/pantsd/pantsd_integration_test.py index 9054a42b3e3..f838079f94f 100644 --- a/src/python/pants/pantsd/pantsd_integration_test.py +++ b/src/python/pants/pantsd/pantsd_integration_test.py @@ -289,8 +289,6 @@ def test_pantsd_aligned_output(self) -> None: for line_pair in zip(non_daemon_stdout.splitlines(), daemon_stdout.splitlines()): assert line_pair[0] == line_pair[1] - @unittest.skip("flaky: https://github.com/pantsbuild/pants/issues/7622") - @pytest.mark.no_error_if_skipped def test_pantsd_filesystem_invalidation(self): """Runs with pantsd enabled, in a loop, while another thread invalidates files.""" with self.pantsd_successful_run_context() as ctx: