Record failing seed

This commit is contained in:
Nathan Sobo 2023-01-02 21:12:39 -07:00
parent a6ffcdd0cf
commit 8d70a22fa3

View file

@ -17,7 +17,7 @@ use project::{search::SearchQuery, Project};
use rand::prelude::*;
use std::{env, path::PathBuf, sync::Arc};
#[gpui::test(iterations = 100)]
#[gpui::test(iterations = 1, seed = 4742)]
async fn test_random_collaboration(
cx: &mut TestAppContext,
deterministic: Arc<Deterministic>,