Skip to content

Commit

Permalink
Re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 22, 2025
1 parent 09e3f3f commit 5351b53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gel-stream/tests/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ macro_rules! tls_test (

tls_test! {
/// The certificate is not valid for 127.0.0.1, so the connection should fail.
#[cfg(not(target_vendor = "apple"))]
#[tokio::test]
#[ntest::timeout(30_000)]
async fn test_target_tcp_tls_verify_full_fails<C: TlsDriver, S: TlsDriver>() -> Result<(), ConnectionError> {
Expand Down Expand Up @@ -349,7 +348,6 @@ tls_test! {
}

/// The certificate is valid for "localhost", so the connection should succeed.
#[cfg(not(target_vendor = "apple"))]
#[tokio::test]
#[ntest::timeout(30_000)]
async fn test_target_tcp_tls_verify_full_addl_certs_ok<C: TlsDriver, S: TlsDriver>() -> Result<(), ConnectionError> {
Expand Down

0 comments on commit 5351b53

Please sign in to comment.