diff --git a/test_suite/tests/compiletest.rs b/test_suite/tests/compiletest.rs index 7118b9b3b..c2d199408 100644 --- a/test_suite/tests/compiletest.rs +++ b/test_suite/tests/compiletest.rs @@ -1,5 +1,6 @@ #[cfg_attr(target_os = "emscripten", ignore)] #[rustversion::attr(not(nightly), ignore)] +#[cfg_attr(miri, ignore)] #[test] fn ui() { let t = trybuild::TestCases::new();