about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/run-make/dump-ice-to-disk/rmake.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/dump-ice-to-disk/rmake.rs b/tests/run-make/dump-ice-to-disk/rmake.rs
index 08767246b90..15f35eb2d3d 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};