We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dump-ice-to-disk
1 parent 960e7b5 commit 6dc300bCopy full SHA for 6dc300b
tests/run-make/dump-ice-to-disk/rmake.rs
@@ -15,9 +15,10 @@
15
//!
16
//! See <https://github.com/rust-lang/rust/pull/108714>.
17
18
-// FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in CI, and
19
-// I cannot reproduce it locally. The error messages upon assertion failure in this test is
20
-// intentionally extremely verbose to aid debugging that issue.
+//@ ignore-windows
+// FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in
+// `i686-mingw`, and I cannot reproduce it locally. The error messages upon assertion failure in
21
+// this test is intentionally extremely verbose to aid debugging that issue.
22
23
use std::cell::OnceCell;
24
use std::path::{Path, PathBuf};
0 commit comments