Skip to content

Commit

Permalink
revert debug outcomments in integration_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
emillynge committed Jan 13, 2022
1 parent 5b34282 commit 867d243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ async fn tcp() -> Result<()> {
}
});

// test("tests/for_tcp/tcp_transport.toml", Type::Tcp).await?;
test("tests/for_tcp/tcp_transport.toml", Type::Tcp).await?;
// FIXME: Self-signed certificate on Mac requires mannual interference. Disable CI for now
#[cfg(not(target_os = "macos"))]
// test("tests/for_tcp/tls_transport.toml", Type::Tcp).await?;
// test("tests/for_tcp/noise_transport.toml", Type::Tcp).await?;
test("tests/for_tcp/tls_transport.toml", Type::Tcp).await?;
test("tests/for_tcp/noise_transport.toml", Type::Tcp).await?;
test("tests/for_tcp/quic_transport.toml", Type::Tcp).await?;

Ok(())
Expand Down

0 comments on commit 867d243

Please sign in to comment.