From 30c4434b702f066abb392b0115e55f98dca9e830 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 17 Oct 2025 15:28:43 -0700 Subject: [PATCH] Ignore flaky ignored_dirs_events test (#40546) Release Notes: - N/A --- crates/project/src/project_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/project/src/project_tests.rs b/crates/project/src/project_tests.rs index 626a2793d78a578931094a39b2ecb2f6c3df3489..24612d974d43fa2d8b9ad7bf188c7e3b51726f25 100644 --- a/crates/project/src/project_tests.rs +++ b/crates/project/src/project_tests.rs @@ -8846,7 +8846,7 @@ async fn test_file_status(cx: &mut gpui::TestAppContext) { } #[gpui::test] -#[cfg_attr(target_os = "windows", ignore)] +#[ignore] async fn test_ignored_dirs_events(cx: &mut gpui::TestAppContext) { init_test(cx); cx.executor().allow_parking();