Skip to content

Commit

Permalink
FIX/DROP ME: ignore slow test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Oct 28, 2021
1 parent 283de65 commit 015f352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions light-client/tests/model_based.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ mod mbt {
const TEST_DIR: &str = "./tests/support/model_based";

#[test]
#[ignore]
fn run_model_based_single_step_tests() {
let mut tester = Tester::new("test_run", TEST_DIR);
tester.add_test_with_env("static model-based single-step test", fuzz_single_step_test);
Expand Down

0 comments on commit 015f352

Please sign in to comment.