Skip to content

Commit

Permalink
ignore integration tests outside development and master
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Jul 31, 2018
1 parent dafa643 commit 41cec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zokrates_cli/tests/integration.rs
Expand Up @@ -20,7 +20,7 @@ mod integration {
fs::remove_dir_all(".tmp").unwrap();
}

#[test]
#[test] #[ignore]
fn run_integration_tests() {
// see https://medium.com/@ericdreichert/test-setup-and-teardown-in-rust-without-a-framework-ba32d97aa5ab
setup();
Expand Down

0 comments on commit 41cec98

Please sign in to comment.