Skip to content

Commit

Permalink
Disable test which gives false positive with miri
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Dec 7, 2020
1 parent d495f4a commit e1d5db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imp_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ mod tests {
}

#[test]
#[cfg(not(miri))]
fn stampede_once() {
static O: OnceCell<()> = OnceCell::new();
static mut RUN: bool = false;
Expand Down

0 comments on commit e1d5db0

Please sign in to comment.