mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reactivate Failure is allowed for benchmark and coverity
This commit is contained in:
parent
a62eb1b17b
commit
90bcd87007
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user