Loading openssl/src/ssl/test/mod.rs +0 −2 Original line number Diff line number Diff line Loading @@ -306,7 +306,6 @@ fn state() { /// lists of supported protocols have an overlap -- with only ONE protocol /// being valid for both. #[test] #[cfg_attr(libressl291, ignore)] fn test_connect_with_srtp_ctx() { let listener = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = listener.local_addr().unwrap(); Loading Loading @@ -365,7 +364,6 @@ fn test_connect_with_srtp_ctx() { /// lists of supported protocols have an overlap -- with only ONE protocol /// being valid for both. #[test] #[cfg_attr(libressl291, ignore)] fn test_connect_with_srtp_ssl() { let listener = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = listener.local_addr().unwrap(); Loading Loading
openssl/src/ssl/test/mod.rs +0 −2 Original line number Diff line number Diff line Loading @@ -306,7 +306,6 @@ fn state() { /// lists of supported protocols have an overlap -- with only ONE protocol /// being valid for both. #[test] #[cfg_attr(libressl291, ignore)] fn test_connect_with_srtp_ctx() { let listener = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = listener.local_addr().unwrap(); Loading Loading @@ -365,7 +364,6 @@ fn test_connect_with_srtp_ctx() { /// lists of supported protocols have an overlap -- with only ONE protocol /// being valid for both. #[test] #[cfg_attr(libressl291, ignore)] fn test_connect_with_srtp_ssl() { let listener = TcpListener::bind("127.0.0.1:0").unwrap(); let addr = listener.local_addr().unwrap(); Loading