Disable ui test on miri

This commit is contained in:
David Tolnay 2022-04-24 15:15:58 -07:00
parent 8c954ca61f
commit 6dd04dadec
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,4 +1,5 @@
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();