Skip to content

Commit

Permalink
Disable tcp client snapshot test due to hangs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Feb 22, 2023
1 parent 16e92ff commit 134d2f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/integration/cli/tests/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,15 @@ fn test_snapshot_sleep() {
// assert_json_snapshot!(snapshot);
// }

// FIXME: re-enable - hangs on windows and macos
// Connects to 8.8.8.8:53 over TCP to verify TCP clients work
#[test]
fn test_snapshot_tcp_client() {
let snapshot = TestBuilder::new()
.use_coreutils()
.run_wasm(include_bytes!("./wasm/example-tcp-client.wasm"));
assert_json_snapshot!(snapshot);
}
// #[test]
// fn test_snapshot_tcp_client() {
// let snapshot = TestBuilder::new()
// .use_coreutils()
// .run_wasm(include_bytes!("./wasm/example-tcp-client.wasm"));
// assert_json_snapshot!(snapshot);
// }

// Tests that thread local variables work correctly
#[test]
Expand Down

0 comments on commit 134d2f6

Please sign in to comment.