tests: disable dump-ice-to-disk for i686-mingw

To avoid blocking full CI.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-08-18 09:13:44 +00:00
parent 79f5c1605e
commit ce7a70ade8

View File

@ -23,6 +23,9 @@
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If //! - 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. //! 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::cell::OnceCell;
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};