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

Commit

Permalink
More local test ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 16, 2018
1 parent 85e14fa commit ad66472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/test/lens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use test::{
};

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

Expand Down
3 changes: 1 addition & 2 deletions src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ extern crate json;

#[macro_use]
mod harness;
// FIXME(#925) intermittent failure
//mod lens;
mod lens;

use analysis;
use actions::{requests, notifications};
Expand Down

0 comments on commit ad66472

Please sign in to comment.