From 5351b53a869214b4bdceb1a32e55718581d55016 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Fri, 21 Feb 2025 17:05:21 -0700 Subject: [PATCH] Re-enable tests --- gel-stream/tests/tls.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/gel-stream/tests/tls.rs b/gel-stream/tests/tls.rs index c91797d4..bb0e0170 100644 --- a/gel-stream/tests/tls.rs +++ b/gel-stream/tests/tls.rs @@ -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() -> Result<(), ConnectionError> { @@ -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() -> Result<(), ConnectionError> {