Skip to content

Commit ce7a70a

Browse files
committed
tests: disable dump-ice-to-disk for i686-mingw
To avoid blocking full CI.
1 parent 79f5c16 commit ce7a70a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-make/dump-ice-to-disk/rmake.rs

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
2424
//! this test is still flakey, please restore the `ignore-windows` directive.
2525
26+
//@ ignore-windows
27+
//FIXME(#128911): still flakey on i686-mingw.
28+
2629
use std::cell::OnceCell;
2730
use std::path::{Path, PathBuf};
2831

0 commit comments

Comments
 (0)