1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

ignore integration tests outside development and master

This commit is contained in:
schaeff 2018-07-31 23:50:51 +02:00
parent dafa6439b0
commit 41cec981f7

View file

@ -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();