Skip to content

Commit 0a77972

Browse files
authored
Rollup merge of rust-lang#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: - rust-lang#132111 - rust-lang#133432
2 parents 0bc3f48 + 1cde4a4 commit 0a77972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/ui/associated-consts/issue-93775.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//@ ignore-windows-msvc
2+
// FIXME(#132111, #133432): this test is flaky on windows msvc, it sometimes fail but it sometimes
3+
// passes.
4+
15
//@ build-pass
26
// ignore-tidy-linelength
37

0 commit comments

Comments
 (0)