From 88a6e08a62001f74c5b8e2ecd226850f5ab4325e Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Wed, 13 Sep 2023 19:40:57 -0700 Subject: [PATCH] enable AIA tests on Mariner (#90199) * enable AIA tests on Mariner * remove extra test queue --- .../tests/X509Certificates/RevocationTests/AiaTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography/tests/X509Certificates/RevocationTests/AiaTests.cs b/src/libraries/System.Security.Cryptography/tests/X509Certificates/RevocationTests/AiaTests.cs index a1ce84ce5be8e..9ac079f62312e 100644 --- a/src/libraries/System.Security.Cryptography/tests/X509Certificates/RevocationTests/AiaTests.cs +++ b/src/libraries/System.Security.Cryptography/tests/X509Certificates/RevocationTests/AiaTests.cs @@ -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