File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tests/run-make/dump-ice-to-disk Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
//!
16
16
//! See <https://github.com/rust-lang/rust/pull/108714>.
17
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.
18
+ //@ ignore-windows
19
+ // FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in
20
+ // `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.
21
22
22
23
use std:: cell:: OnceCell ;
23
24
use std:: path:: { Path , PathBuf } ;
You can’t perform that action at this time.
0 commit comments