mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Record failing seed
This commit is contained in:
parent
a6ffcdd0cf
commit
8d70a22fa3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use project::{search::SearchQuery, Project};
|
||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
use std::{env, path::PathBuf, sync::Arc};
|
use std::{env, path::PathBuf, sync::Arc};
|
||||||
|
|
||||||
#[gpui::test(iterations = 100)]
|
#[gpui::test(iterations = 1, seed = 4742)]
|
||||||
async fn test_random_collaboration(
|
async fn test_random_collaboration(
|
||||||
cx: &mut TestAppContext,
|
cx: &mut TestAppContext,
|
||||||
deterministic: Arc<Deterministic>,
|
deterministic: Arc<Deterministic>,
|
||||||
|
|
Loading…
Reference in a new issue