Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 031e40a

Browse files
authored
Disable frequently failing GetAsync_SupportedSSLVersion_Succeeds test
1 parent 3cc6fda commit 031e40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.SslProtocols.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public static IEnumerable<object[]> SupportedSSLVersionServers()
147147

148148
// We have tests that validate with SslStream, but that's limited by what the current OS supports.
149149
// This tests provides additional validation against an external server.
150+
[ActiveIssue(26186)]
150151
[OuterLoop("Avoid www.ssllabs.com dependency in innerloop.")]
151152
[Theory]
152153
[MemberData(nameof(SupportedSSLVersionServers))]

0 commit comments

Comments
 (0)