worktree: Disable flaky test_git_repository_status
test (#26684)
This PR disables the flaky `test_git_repository_status` test. Release Notes: - N/A
This commit is contained in:
parent
1034d1a6b5
commit
95208a6576
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
async fn test_git_repository_status(cx: &mut TestAppContext) {
|
||||||
init_test(cx);
|
init_test(cx);
|
||||||
cx.executor().allow_parking();
|
cx.executor().allow_parking();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue