diff --git a/tests/run-make/dump-ice-to-disk/rmake.rs b/tests/run-make/dump-ice-to-disk/rmake.rs index 08767246b90d0..15f35eb2d3d88 100644 --- a/tests/run-make/dump-ice-to-disk/rmake.rs +++ b/tests/run-make/dump-ice-to-disk/rmake.rs @@ -23,6 +23,9 @@ //! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If //! this test is still flakey, please restore the `ignore-windows` directive. +//@ ignore-windows +//FIXME(#128911): still flakey on i686-mingw. + use std::cell::OnceCell; use std::path::{Path, PathBuf};