Disable flaky `test_git_status_postprocessing` test (#43293)

Cole Miller created

Release Notes:

- N/A

Change summary

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

Detailed changes

crates/project/src/project_tests.rs 🔗

@@ -8453,6 +8453,7 @@ async fn test_git_repository_status(cx: &mut gpui::TestAppContext) {
 }
 
 #[gpui::test]
+#[ignore]
 async fn test_git_status_postprocessing(cx: &mut gpui::TestAppContext) {
     init_test(cx);
     cx.executor().allow_parking();