diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-16 14:27:36 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-16 14:27:36 +0800 |
| commit | 1cde4a4045d0a6fd84e17f4ff769f8bf9646d179 (patch) | |
| tree | 31028d6d5ea86baa3abd30d0d6d65a1fd9abace9 | |
| parent | f2b91ccbc27cb06369aa2dd934ff219e156408a8 (diff) | |
| download | rust-1cde4a4045d0a6fd84e17f4ff769f8bf9646d179.tar.gz rust-1cde4a4045d0a6fd84e17f4ff769f8bf9646d179.zip | |
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 |
