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: