Skip to content

Commit 6dc300b

Browse files
committed
tests: ignore dump-ice-to-disk on windows
1 parent 960e7b5 commit 6dc300b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
//!
1616
//! See <https://github.com/rust-lang/rust/pull/108714>.
1717
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.
2122

2223
use std::cell::OnceCell;
2324
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)