Skip to content

Commit

Permalink
Disable frequently failing GetAsync_SupportedSSLVersion_Succeeds test
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@031e40a
  • Loading branch information
stephentoub authored Mar 31, 2018
1 parent fd20c03 commit 40573ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ 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(26186)]
[OuterLoop("Avoid www.ssllabs.com dependency in innerloop.")]
[Theory]
[MemberData(nameof(SupportedSSLVersionServers))]
Expand Down

0 comments on commit 40573ec

Please sign in to comment.