Skip to content

Commit

Permalink
enable AIA tests on Mariner (#90199)
Browse files Browse the repository at this point in the history
* enable AIA tests on Mariner

* remove extra test queue
  • Loading branch information
wfurt committed Sep 14, 2023
1 parent 44037e8 commit 88a6e08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace System.Security.Cryptography.X509Certificates.Tests.RevocationTests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/57506", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoRuntime), nameof(PlatformDetection.IsMariner))]
[SkipOnPlatform(TestPlatforms.Android, "Android does not support AIA fetching")]
[SkipOnPlatform(TestPlatforms.Browser, "Browser doesn't support X.509 certificates")]
public static class AiaTests
Expand Down

0 comments on commit 88a6e08

Please sign in to comment.