disable SslStream_AllowRenegotiation_False_Throws (#79730)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Fri, 16 Dec 2022 19:57:59 +0000 (11:57 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 19:57:59 +0000 (11:57 -0800)
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs

index 233f182..1e1af9d 100644 (file)
@@ -70,6 +70,7 @@ namespace System.Net.Security.Tests
 
         [Fact]
         [OuterLoop] // Test hits external azure server.
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/77414", TestPlatforms.AnyUnix)]
         public async Task SslStream_AllowRenegotiation_False_Throws()
         {
             Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);