Skip ui test when running in miri

This commit is contained in:
David Tolnay 2021-12-11 14:50:52 -08:00
parent 7db1ea907d
commit a28529ddc9
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();