Skip to content

Commit

Permalink
enable GetAsync_SupportedSSLVersion_Succeeds (dotnet#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored and stephentoub committed Jan 24, 2020
1 parent d28b9ee commit 02afd60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public static IEnumerable<object[]> SupportedSSLVersionServers()

// We have tests that validate with SslStream, but that's limited by what the current OS supports.
// This tests provides additional validation against an external server.
[ActiveIssue("https://github.com/dotnet/corefx/issues/26186")]
[OuterLoop("Avoid www.ssllabs.com dependency in innerloop.")]
[Theory]
[MemberData(nameof(SupportedSSLVersionServers))]
Expand Down

0 comments on commit 02afd60

Please sign in to comment.