Skip to content

Commit 15d5ffe

Browse files
authored
Reeanble dataprotection test (#20319)
1 parent 24619b8 commit 15d5ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataProtection/Extensions/test/DataProtectionProviderTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void System_UsesProvidedDirectory_WithConfigurationCallback()
115115

116116
[ConditionalFact]
117117
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
118-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
118+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
119119
public void System_UsesProvidedDirectoryAndCertificate()
120120
{
121121
var filePath = Path.Combine(GetTestFilesPath(), "TestCert.pfx");
@@ -165,7 +165,6 @@ public void System_UsesProvidedDirectoryAndCertificate()
165165

166166
[ConditionalFact]
167167
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
168-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
169168
public void System_UsesProvidedCertificateNotFromStore()
170169
{
171170
using (var store = new X509Store(StoreName.My, StoreLocation.CurrentUser))

0 commit comments

Comments
 (0)