Skip to content

Commit

Permalink
fix(ci): ignore quinn test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-faber committed Jul 30, 2021
1 parent ef6881d commit b6fa33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/quinn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ async fn read_from_stream(
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "Will run into OOM on CI"]
async fn multiple_connections_with_many_concurrent_messages() -> Result<()> {
let num_senders: usize = 150;
let num_messages_each: usize = 100;
Expand Down

0 comments on commit b6fa33c

Please sign in to comment.