summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-04-15 13:13:40 -0400
committerJesse Luehrs <doy@tozt.net>2019-04-15 13:13:40 -0400
commit06188a1e0ba1c03ac223afb59b62fd6fcf928bb0 (patch)
treea067c2066c0fbc40fb8a523f8cd6e300f68ba4d6
parenta956a579def8fd4d618a0b1a1a9c206b22f2d1b1 (diff)
downloadmatasano-06188a1e0ba1c03ac223afb59b62fd6fcf928bb0.tar.gz
matasano-06188a1e0ba1c03ac223afb59b62fd6fcf928bb0.zip
add comments for new slow problems
-rw-r--r--tests/set4.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/set4.rs b/tests/set4.rs
index 3f927d3..14e2b5d 100644
--- a/tests/set4.rs
+++ b/tests/set4.rs
@@ -186,6 +186,7 @@ fn problem_30() {
));
}
+// ignored because this takes ~40 minutes
#[test]
#[ignore]
fn problem_31() {
@@ -232,6 +233,7 @@ fn problem_31() {
kill_w.send(()).unwrap();
}
+// ignored because this takes ~18 hours
#[test]
#[ignore]
fn problem_32() {