More windows flakes
This commit is contained in:
parent
5c6b207e84
commit
76688539e9
1 changed files with 1 additions and 0 deletions
|
@ -1347,6 +1347,7 @@ async fn test_cancellation(cx: &mut TestAppContext) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[gpui::test]
|
#[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) {
|
async fn test_in_progress_send_canceled_by_next_send(cx: &mut TestAppContext) {
|
||||||
let ThreadTest { model, thread, .. } = setup(cx, TestModel::Fake).await;
|
let ThreadTest { model, thread, .. } = setup(cx, TestModel::Fake).await;
|
||||||
let fake_model = model.as_fake();
|
let fake_model = model.as_fake();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue