Skip to content

Commit dc12d53

Browse files
github-actions[bot]rzikmdanmoseley
authored
[release/7.0] Disable ConnectWithRevocation_WithCallback test (#74483)
* Disable ConnectWithRevocation_WithCallback test * Update src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs Co-authored-by: Radek Zikmund <[email protected]> Co-authored-by: Dan Moseley <[email protected]>
1 parent 949340c commit dc12d53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public async Task DefaultConnect_EndToEnd_Ok(string host)
9696
[InlineData(true)]
9797
[InlineData(false)]
9898
[SkipOnPlatform(TestPlatforms.Android, "The invalid certificate is rejected by Android and the .NET validation code isn't reached")]
99+
[ActiveIssue("https://github.com/dotnet/runtime/issues/74034", TestPlatforms.OSX)]
99100
public Task ConnectWithRevocation_WithCallback(bool checkRevocation)
100101
{
101102
X509RevocationMode mode = checkRevocation ? X509RevocationMode.Online : X509RevocationMode.NoCheck;

0 commit comments

Comments
 (0)