disable ui tests in miri

This commit is contained in:
Melvin Wang 2025-06-18 16:20:50 -07:00
parent 3a43292097
commit e19c3a0204

View File

@ -1,4 +1,4 @@
// #[cfg(not(miri))]
#[cfg(not(miri))]
#[test]
fn ui() {
let t = trybuild::TestCases::new();