diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-12-16 08:03:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 08:03:35 +0100 |
| commit | 0a779720f43aaaa33c67f8b97a9dbb6e1b4fccb8 (patch) | |
| tree | 5613145d6c4d180aac1e37d68d7ba701e36bd694 | |
| parent | 0bc3f48c117d278bb68a863c016c4c89dc7ab641 (diff) | |
| parent | 1cde4a4045d0a6fd84e17f4ff769f8bf9646d179 (diff) | |
| download | rust-0a779720f43aaaa33c67f8b97a9dbb6e1b4fccb8.tar.gz rust-0a779720f43aaaa33c67f8b97a9dbb6e1b4fccb8.zip | |
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
| -rw-r--r-- | tests/ui/associated-consts/issue-93775.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/associated-consts/issue-93775.rs b/tests/ui/associated-consts/issue-93775.rs index c9044e27e0e..d7416d03707 100644 --- a/tests/ui/associated-consts/issue-93775.rs +++ b/tests/ui/associated-consts/issue-93775.rs @@ -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 |
