Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <[email protected]>
  • Loading branch information
akiradeveloper committed Feb 5, 2024
1 parent 03f54c2 commit 153c1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/env/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ async fn connect_disconnect_network() -> Result<()> {
env.connect_network(0).await?;
assert!(env.ping(0).await.is_err());

env.start(0).await?;
env.ping(0).await?;
// env.start(0).await?;
// env.ping(0).await?;

env.disconnect_network(0).await?;
// env.disconnect_network(0).await?;
// hang
// cli.ping(()).await?;

Expand Down

0 comments on commit 153c1c5

Please sign in to comment.