diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ab4816508..a932a81175 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/common/src/net/post2.rs b/common/src/net/post2.rs index f117122c19..bae88d25f2 100644 --- a/common/src/net/post2.rs +++ b/common/src/net/post2.rs @@ -384,6 +384,7 @@ mod tests { } #[test] + #[ignore] fn send_recv_huge() { let (mut postoffice, sock) = create_postoffice::<(), Vec>(3).unwrap(); let test_msgs: Vec> = (0..5)