Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ad35325

Browse files
committed
Reenable lens test
It was non-deterministic. We've tried to eradicate some sources of non-determinism recently, let's check if it fixes the test.
1 parent fcecdfb commit ad35325

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/lens.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
use std::{
2-
path::Path,
3-
};
1+
use std::path::Path;
42

53
use url::Url;
64
use serde_json;
@@ -17,7 +15,6 @@ use crate::{
1715
};
1816

1917
#[test]
20-
#[ignore] // FIXME(#925) intermittent failure
2118
fn test_lens_run() {
2219
let mut env = Environment::new("lens_run");
2320

0 commit comments

Comments
 (0)