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