Ignore flaky ignored_dirs_events test (#40546)

Max Brunsfeld created

Release Notes:

- N/A

Change summary

crates/project/src/project_tests.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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();