More windows flakes

This commit is contained in:
Conrad Irwin 2025-08-25 16:06:36 -06:00
parent 5c6b207e84
commit 76688539e9

View file

@ -1347,6 +1347,7 @@ async fn test_cancellation(cx: &mut TestAppContext) {
}
#[gpui::test]
#[cfg_attr(target_os = "windows", ignore)] // TODO: Fix this test on Windows
async fn test_in_progress_send_canceled_by_next_send(cx: &mut TestAppContext) {
let ThreadTest { model, thread, .. } = setup(cx, TestModel::Fake).await;
let fake_model = model.as_fake();