Restore randomized integration tests
This commit is contained in:
parent
15d2f19b4a
commit
1a9afd186b
1 changed files with 0 additions and 5 deletions
|
@ -1701,8 +1701,6 @@ impl TestPlan {
|
|||
.fs
|
||||
.directories()
|
||||
.into_iter()
|
||||
.filter(|dir| dir.ends_with(".git"))
|
||||
.collect::<Vec<_>>()
|
||||
.choose(&mut self.rng)
|
||||
.unwrap()
|
||||
.clone();
|
||||
|
@ -1738,9 +1736,6 @@ impl TestPlan {
|
|||
let repo_path = client
|
||||
.fs
|
||||
.directories()
|
||||
.into_iter()
|
||||
.filter(|dir| dir.ends_with(".git"))
|
||||
.collect::<Vec<_>>()
|
||||
.choose(&mut self.rng)
|
||||
.unwrap()
|
||||
.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue