Skip to content

Commit

Permalink
Disable ui test on miri
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 24, 2022
1 parent b5c3b5e commit 8a3a6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_suite/tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 8a3a6fb

Please sign in to comment.