Skip to content
/ rust Public
forked from rust-lang/rust

Commit

Permalink
Rollup merge of rust-lang#134372 - jieyouxu:disable-flaky-test, r=Nor…
Browse files Browse the repository at this point in the history
…atrieb

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
matthiaskrgr authored Dec 16, 2024
2 parents 0bc3f48 + 1cde4a4 commit 0a77972
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 0a77972

Please sign in to comment.