Remove now unused tarpaulin cfgs

This commit is contained in:
Dirkjan Ochtman
2024-07-25 15:19:28 +02:00
committed by Benjamin Saunders
parent b8bd3d542d
commit 78fbceecf9
-3
View File
@@ -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),
@@ -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.
@@ -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),