Disable ui test on miri

This commit is contained in:
David Tolnay 2022-04-24 15:21:17 -07:00
parent b5c3b5e8e5
commit 8a3a6fb101
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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();