diff --git a/crates/worktree/src/worktree_tests.rs b/crates/worktree/src/worktree_tests.rs index e4f62f5192560fa692c79ed04bb29ea39adc6365..5814a5ad61a0992f546575dc70785f124587769a 100644 --- a/crates/worktree/src/worktree_tests.rs +++ b/crates/worktree/src/worktree_tests.rs @@ -845,7 +845,9 @@ async fn test_update_gitignore(cx: &mut TestAppContext) { }); } -#[gpui::test] +// TODO: Fix flaky test. +// #[gpui::test] +#[allow(unused)] async fn test_write_file(cx: &mut TestAppContext) { init_test(cx); cx.executor().allow_parking(); @@ -2740,7 +2742,9 @@ async fn test_git_repository_status(cx: &mut TestAppContext) { }); } -#[gpui::test] +// TODO: Fix flaky test. +// #[gpui::test] +#[allow(unused)] async fn test_git_status_postprocessing(cx: &mut TestAppContext) { init_test(cx); cx.executor().allow_parking();