From 4dca485db6b0f552d7cee25b4a66f6c05acf9ce3 Mon Sep 17 00:00:00 2001 From: DianQK Date: Sun, 22 Dec 2024 14:47:34 +0800 Subject: [PATCH] Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-93775.rs` --- tests/ui/associated-consts/issue-93775.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/associated-consts/issue-93775.rs b/tests/ui/associated-consts/issue-93775.rs index d7416d03707aa..88e88b559870f 100644 --- a/tests/ui/associated-consts/issue-93775.rs +++ b/tests/ui/associated-consts/issue-93775.rs @@ -1,6 +1,6 @@ -//@ ignore-windows-msvc -// FIXME(#132111, #133432): this test is flaky on windows msvc, it sometimes fail but it sometimes -// passes. +//@ ignore-rustc-debug-assertions +// Similar to stress testing, the test case requires a larger call stack, +// so we ignore rustc's debug assertions. //@ build-pass // ignore-tidy-linelength