1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 14:57:01 +00:00

make tarpaulin not timeout

This commit is contained in:
Dominic 2020-05-05 19:57:13 +02:00
parent e5f13792c6
commit bccefa8248
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,11 @@
use trybuild::TestCases;
#[test]
fn ui()
#[ignore]
fn trybuild_ui()
{
let t = TestCases::new();
// always enabled
t.compile_fail("tests/ui/from_body_enum.rs");
}
}