Nix windows flakey tests

This commit is contained in:
Conrad Irwin 2025-08-25 12:06:47 -06:00
parent ded77d07c9
commit 52c25ce66e

View file

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