Skip to content

Commit 322ea09

Browse files
authored
Disable ClientAndServer_OneOrBothUseDefault_Ok test (#67737)
1 parent 8e8a621 commit 322ea09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static IEnumerable<object[]> OneOrBothUseDefaulData()
7474
}
7575
}
7676

77+
[ActiveIssue("https://github.com/dotnet/runtime/issues/67712")]
7778
[ConditionalTheory]
7879
[MemberData(nameof(OneOrBothUseDefaulData))]
7980
public async Task ClientAndServer_OneOrBothUseDefault_Ok(SslProtocols? clientProtocols, SslProtocols? serverProtocols)

0 commit comments

Comments
 (0)