diff --git a/sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper_ipr.rs b/sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper_ipr.rs index 5d6913416e..9d8b02a5a7 100644 --- a/sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper_ipr.rs +++ b/sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper_ipr.rs @@ -740,9 +740,8 @@ mod tests { Ok(()) } - #[ignore] - // ignoring because sometimes running these from the CI drops for some reason, maybe its throttled or something #[tokio::test] + #[ignore] async fn dns_ping_checks() -> Result<(), Box> { let mut stream = IpMixStream::new(NetworkEnvironment::Mainnet).await?; let ip_pair = stream.connect_tunnel().await?; @@ -852,9 +851,8 @@ mod tests { Ok(()) } - #[ignore] - // ignoring because sometimes running these from the CI drops for some reason, maybe its throttled or something #[tokio::test] + #[ignore] async fn split_dns_ping_checks() -> Result<(), Box> { let mut stream = IpMixStream::new(NetworkEnvironment::Mainnet).await?; let ip_pair = stream.connect_tunnel().await?;