diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs index 233f18267f23bc..1e1af9de032d09 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs @@ -70,6 +70,7 @@ public async Task SslStream_AllowRenegotiation_True_Succeeds() [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);