Skip to content

Commit 457cf7b

Browse files
committed
Disable leaky test for MIRI
Signed-off-by: John Nunley <dev@notgull.net>
1 parent e1e2ab1 commit 457cf7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ fn executor_cancels_everything() {
3838
assert_eq!(DROP.load(Ordering::SeqCst), 1);
3939
}
4040

41+
#[cfg(not(miri))]
4142
#[test]
4243
fn leaked_executor_leaks_everything() {
4344
static DROP: AtomicUsize = AtomicUsize::new(0);

0 commit comments

Comments
 (0)