From 95208a6576a02b1a69ea0dbcbdd3a3c2620ec073 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 13 Mar 2025 12:06:44 -0400 Subject: [PATCH] worktree: Disable flaky `test_git_repository_status` test (#26684) This PR disables the flaky `test_git_repository_status` test. Release Notes: - N/A --- crates/worktree/src/worktree_tests.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/worktree/src/worktree_tests.rs b/crates/worktree/src/worktree_tests.rs index 616213020d..e4f62f5192 100644 --- a/crates/worktree/src/worktree_tests.rs +++ b/crates/worktree/src/worktree_tests.rs @@ -2624,7 +2624,9 @@ async fn test_file_status(cx: &mut TestAppContext) { }); } -#[gpui::test] +// TODO: Fix flaky test. +// #[gpui::test] +#[allow(unused)] async fn test_git_repository_status(cx: &mut TestAppContext) { init_test(cx); cx.executor().allow_parking();