ignore integration tests outside development and master
This commit is contained in:
parent
dafa6439b0
commit
41cec981f7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue