Skip to content

Commit 8d75ec1

Browse files
authored
enable SslStream_AllowRenegotiation_False_Throws again (#79914)
1 parent 2a97cea commit 8d75ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public async Task SslStream_AllowRenegotiation_True_Succeeds()
7070

7171
[Fact]
7272
[OuterLoop] // Test hits external azure server.
73-
[ActiveIssue("https://github.com/dotnet/runtime/issues/77414", TestPlatforms.AnyUnix)]
7473
public async Task SslStream_AllowRenegotiation_False_Throws()
7574
{
7675
Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);

0 commit comments

Comments
 (0)