Skip to content

Commit

Permalink
Unrolled build for rust-lang#134372
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rust-timer authored Dec 16, 2024
2 parents f2b91cc + 1cde4a4 commit 153e133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/associated-consts/issue-93775.rs
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 153e133

Please sign in to comment.