Skip to content

Commit afed4f2

Browse files
ConradIrwinFrGoIs
authored andcommitted
Remove unused files (zed-industries#36909)
Closes #ISSUE Release Notes: - N/A
1 parent 94b919f commit afed4f2

File tree

3 files changed

+1
-900
lines changed

3 files changed

+1
-900
lines changed

crates/agent2/src/tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,7 @@ async fn test_cancellation(cx: &mut TestAppContext) {
13471347
}
13481348

13491349
#[gpui::test]
1350+
#[cfg_attr(target_os = "windows", ignore)] // TODO: Fix this test on Windows
13501351
async fn test_in_progress_send_canceled_by_next_send(cx: &mut TestAppContext) {
13511352
let ThreadTest { model, thread, .. } = setup(cx, TestModel::Fake).await;
13521353
let fake_model = model.as_fake();

0 commit comments

Comments
 (0)