mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Auto merge of #129227 - jieyouxu:no-dumping, r=Kobzol
Disable `dump-ice-to-disk` for i686-mingw (again) To avoid blocking full CI or `i686-mingw` try jobs (failed in https://github.com/rust-lang/rust/pull/127679#issuecomment-2295184771). At least we now have some context for why the assertion failed. Anyone with r+ can approve this.
This commit is contained in:
commit
334e509912
@ -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