Skip to content

Commit

Permalink
Skip ui test when running in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 11, 2021
1 parent 7db1ea9 commit a28529d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit a28529d

Please sign in to comment.