aboutsummaryrefslogtreecommitdiff
path: root/tests/iter_panic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iter_panic.rs')
-rw-r--r--tests/iter_panic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/iter_panic.rs b/tests/iter_panic.rs
index 37d4d6a..c62a8db 100644
--- a/tests/iter_panic.rs
+++ b/tests/iter_panic.rs
@@ -20,6 +20,7 @@ fn iter_panic() {
}
#[test]
+#[cfg_attr(not(panic = "unwind"), ignore)]
fn iter_panic_fuse() {
// We only use a single thread in order to make the behavior
// of 'panic_fuse' deterministic