ignore an occasionally-failing test in Miri
This commit is contained in:
parent
5926e82dd1
commit
7931a8ddef
1 changed files with 3 additions and 0 deletions
|
@ -550,6 +550,9 @@ fn test_downgrade_observe() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
// FIXME: On macOS we use a provenance-incorrect implementation and Miri catches that issue.
|
||||
// See <https://github.com/rust-lang/rust/issues/121950> for details.
|
||||
#[cfg_attr(all(miri, target_os = "macos"), ignore)]
|
||||
fn test_downgrade_atomic() {
|
||||
const NEW_VALUE: i32 = -1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue