Skip to content

Commit

Permalink
disable SslStream_AllowRenegotiation_False_Throws (#79730)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored Dec 16, 2022
1 parent 377426d commit e1066e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e1066e2

Please sign in to comment.