Skip to content

Commit

Permalink
disable unstable test (dotnet/corefx#42588)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@5cee7c9
  • Loading branch information
wfurt authored Nov 14, 2019
1 parent 885dbc8 commit daaba75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public async Task ServerAsyncAuthenticate_EachSupportedProtocol_Success(SslProto

[Theory]
[MemberData(nameof(ProtocolMismatchData))]
[ActiveIssue(37899)]
public async Task ServerAsyncAuthenticate_MismatchProtocols_Fails(
SslProtocols serverProtocol,
SslProtocols clientProtocol,
Expand Down

0 comments on commit daaba75

Please sign in to comment.