diff --git a/tests/run-make/dump-ice-to-disk/rmake.rs b/tests/run-make/dump-ice-to-disk/rmake.rs index 2716525223fe8..48b4071e06541 100644 --- a/tests/run-make/dump-ice-to-disk/rmake.rs +++ b/tests/run-make/dump-ice-to-disk/rmake.rs @@ -15,9 +15,10 @@ //! //! See . -// FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in CI, and -// I cannot reproduce it locally. The error messages upon assertion failure in this test is -// 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 +// this test is intentionally extremely verbose to aid debugging that issue. use std::cell::OnceCell; use std::path::{Path, PathBuf};