Skip to content

Commit

Permalink
Disable flaky test for the time being (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Jun 25, 2022
1 parent 4b2e3b4 commit c862ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ mod cli {
CmdResult { out: "2".into(), err: "".into(), status: Some(1) });
}

// Note: this test has been flaky in the past
#[test]
#[ignore] // TODO(https://github.com/dimo414/bkt/issues/14)
fn discard_failures_in_background() {
let dir = TestDir::temp();
let file = dir.path("file");
Expand Down

0 comments on commit c862ff5

Please sign in to comment.