Skip to content

Commit 19fe2c0

Browse files
committed
temp get rid of logging for ci
1 parent 7cbf453 commit 19fe2c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ mod tests {
347347

348348
#[tokio::test]
349349
async fn simple_surb_reply_stream() -> Result<(), Box<dyn std::error::Error>> {
350-
init_logging();
350+
// init_logging();
351351

352352
let receiver_socket = MixSocket::new_test().await?;
353353
let receiver_address = *receiver_socket.nym_address();
@@ -399,7 +399,7 @@ mod tests {
399399

400400
#[tokio::test]
401401
async fn concurrent_surb_reply_split() -> Result<(), Box<dyn std::error::Error>> {
402-
init_logging();
402+
// init_logging();
403403

404404
let sender_socket = MixSocket::new_test().await?;
405405
let sender_address = *sender_socket.nym_address();

sdk/rust/nym-sdk/src/stream_wrapper/mixnet_stream_wrapper_ipr.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ mod tests {
521521

522522
#[tokio::test]
523523
async fn connect_to_ipr() -> Result<(), Box<dyn std::error::Error>> {
524-
init_logging();
524+
// init_logging();
525525

526526
let mut stream = IpMixStream::new().await?;
527527
let ip_pair = stream.connect_tunnel().await?;
@@ -545,7 +545,7 @@ mod tests {
545545

546546
#[tokio::test]
547547
async fn dns_ping_checks() -> Result<(), Box<dyn std::error::Error>> {
548-
init_logging();
548+
// init_logging();
549549

550550
let mut stream = IpMixStream::new().await?;
551551
let ip_pair = stream.connect_tunnel().await?;
@@ -657,7 +657,7 @@ mod tests {
657657

658658
#[tokio::test]
659659
async fn split_dns_ping_checks() -> Result<(), Box<dyn std::error::Error>> {
660-
init_logging();
660+
// init_logging();
661661

662662
let mut stream = IpMixStream::new().await?;
663663
let ip_pair = stream.connect_tunnel().await?;

0 commit comments

Comments
 (0)