mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
tests: disable dump-ice-to-disk
for i686-mingw
To avoid blocking full CI.
This commit is contained in:
parent
79f5c1605e
commit
ce7a70ade8
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user