File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/DataProtection/Extensions/test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public void System_UsesProvidedDirectory_WithConfigurationCallback()
115
115
116
116
[ ConditionalFact ]
117
117
[ 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" ) ]
119
119
public void System_UsesProvidedDirectoryAndCertificate ( )
120
120
{
121
121
var filePath = Path . Combine ( GetTestFilesPath ( ) , "TestCert.pfx" ) ;
@@ -165,7 +165,6 @@ public void System_UsesProvidedDirectoryAndCertificate()
165
165
166
166
[ ConditionalFact ]
167
167
[ X509StoreIsAvailable ( StoreName . My , StoreLocation . CurrentUser ) ]
168
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/6720" ) ]
169
168
public void System_UsesProvidedCertificateNotFromStore ( )
170
169
{
171
170
using ( var store = new X509Store ( StoreName . My , StoreLocation . CurrentUser ) )
You can’t perform that action at this time.
0 commit comments