mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 10:43:25 +00:00
Remove now unused tarpaulin cfgs
This commit is contained in:
committed by
Benjamin Saunders
parent
b8bd3d542d
commit
78fbceecf9
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user