Skip to content

Commit

Permalink
Remove now unused tarpaulin cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Jul 25, 2024
1 parent b8bd3d5 commit 78fbcee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quinn/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ fn echo_dualstack() {
}

#[test]
#[cfg(not(tarpaulin))]
fn stress_receive_window() {
run_echo(EchoArgs {
client_addr: SocketAddr::new(IpAddr::V4(Ipv4Addr::UNSPECIFIED), 0),
Expand All @@ -431,7 +430,6 @@ fn stress_receive_window() {
}

#[test]
#[cfg(not(tarpaulin))]
fn stress_stream_receive_window() {
// Note that there is no point in running this with too many streams,
// since the window is only active within a stream.
Expand All @@ -446,7 +444,6 @@ fn stress_stream_receive_window() {
}

#[test]
#[cfg(not(tarpaulin))]
fn stress_both_windows() {
run_echo(EchoArgs {
client_addr: SocketAddr::new(IpAddr::V4(Ipv4Addr::UNSPECIFIED), 0),
Expand Down

0 comments on commit 78fbcee

Please sign in to comment.