mirror of
https://github.com/serde-rs/json.git
synced 2026-03-20 00:24:09 +00:00
Skip ui test when running in miri
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#[rustversion::attr(not(nightly), ignore)]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
||||
Reference in New Issue
Block a user