1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

flag tutorial tests as ignored

This commit is contained in:
dark64 2021-08-02 12:46:10 +02:00
parent 0554f799c5
commit b9f16d30eb

View file

@ -392,6 +392,7 @@ mod integration {
}
#[test]
#[ignore]
fn test_compile_and_smtlib2_dir() {
let dir = Path::new("./tests/code");
assert!(dir.is_dir());
@ -407,6 +408,7 @@ mod integration {
}
#[test]
#[ignore]
fn test_rng_tutorial() {
let tmp_dir = TempDir::new(".tmp").unwrap();
let tmp_base = tmp_dir.path();
@ -429,6 +431,7 @@ mod integration {
}
#[test]
#[ignore]
fn test_sha256_tutorial() {
let tmp_dir = TempDir::new(".tmp").unwrap();
let tmp_base = tmp_dir.path();