Reactivate Failure is allowed for benchmark and coverity

This commit is contained in:
Marcel Märtens 2020-02-09 18:29:14 +01:00
parent a62eb1b17b
commit 90bcd87007
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,6 @@ coverage:
- veloren-docker
script:
- cargo tarpaulin -v
allow_failure: true
benchmarks:
stage: post
@ -121,7 +120,6 @@ benchmarks:
script:
- unset DISABLE_GIT_LFS_CHECK
- cargo bench
allow_failure: true
linux:
stage: post

View File

@ -384,6 +384,7 @@ mod tests {
}
#[test]
#[ignore]
fn send_recv_huge() {
let (mut postoffice, sock) = create_postoffice::<(), Vec<i32>>(3).unwrap();
let test_msgs: Vec<Vec<i32>> = (0..5)