mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Rollup merge of #134372 - jieyouxu:disable-flaky-test, r=Noratrieb
Disable `tests/ui/associated-consts/issue-93775.rs` on windows msvc This test seems to be quite flaky. See: - https://github.com/rust-lang/rust/issues/132111 - https://github.com/rust-lang/rust/issues/133432
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//@ ignore-windows-msvc
|
||||
// FIXME(#132111, #133432): this test is flaky on windows msvc, it sometimes fail but it sometimes
|
||||
// passes.
|
||||
|
||||
//@ build-pass
|
||||
// ignore-tidy-linelength
|
||||
|
||||
|
||||
Reference in New Issue
Block a user