File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
sdk/rust/nym-sdk/src/stream_wrapper Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff 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 ?;
You can’t perform that action at this time.
0 commit comments