Ignore one test.
This commit is contained in:
parent
ad27e2625a
commit
61ded48fbc
1 changed files with 1 additions and 0 deletions
|
@ -2795,6 +2795,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // FIXME(#15763)
|
||||||
fn test_decode_errors_struct() {
|
fn test_decode_errors_struct() {
|
||||||
check_err::<DecodeStruct>("[]", ExpectedError("Object".to_string(), "[]".to_string()));
|
check_err::<DecodeStruct>("[]", ExpectedError("Object".to_string(), "[]".to_string()));
|
||||||
check_err::<DecodeStruct>("{\"x\": true, \"y\": true, \"z\": \"\", \"w\": []}",
|
check_err::<DecodeStruct>("{\"x\": true, \"y\": true, \"z\": \"\", \"w\": []}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue