mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +00:00
Skip ui test when running in miri
This commit is contained in:
parent
7db1ea907d
commit
a28529ddc9
@ -1,4 +1,5 @@
|
|||||||
#[rustversion::attr(not(nightly), ignore)]
|
#[rustversion::attr(not(nightly), ignore)]
|
||||||
|
#[cfg_attr(miri, ignore)]
|
||||||
#[test]
|
#[test]
|
||||||
fn ui() {
|
fn ui() {
|
||||||
let t = trybuild::TestCases::new();
|
let t = trybuild::TestCases::new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user