1
Fork 0

Ignore one test.

This commit is contained in:
Luqman Aden 2014-07-17 17:17:27 -07:00
parent ad27e2625a
commit 61ded48fbc

View file

@ -2795,6 +2795,7 @@ mod tests {
}
}
#[test]
#[ignore] // FIXME(#15763)
fn test_decode_errors_struct() {
check_err::<DecodeStruct>("[]", ExpectedError("Object".to_string(), "[]".to_string()));
check_err::<DecodeStruct>("{\"x\": true, \"y\": true, \"z\": \"\", \"w\": []}",