Remove unused files (#36909)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-08-25 16:23:58 -06:00 committed by GitHub
parent 1460573dd4
commit f8667a8379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 900 deletions

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();