Skip to content

Commit

Permalink
Disable ClientAndServer_OneOrBothUseDefault_Ok test (#67737)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Apr 8, 2022
1 parent 8e8a621 commit 322ea09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static IEnumerable<object[]> OneOrBothUseDefaulData()
}
}

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

0 comments on commit 322ea09

Please sign in to comment.