Reeanble dataprotection test (#20319)
This commit is contained in:
parent
24619b8594
commit
15d5ffebca
|
|
@ -115,7 +115,7 @@ namespace Microsoft.AspNetCore.DataProtection
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
||||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||||
public void System_UsesProvidedDirectoryAndCertificate()
|
public void System_UsesProvidedDirectoryAndCertificate()
|
||||||
{
|
{
|
||||||
var filePath = Path.Combine(GetTestFilesPath(), "TestCert.pfx");
|
var filePath = Path.Combine(GetTestFilesPath(), "TestCert.pfx");
|
||||||
|
|
@ -165,7 +165,6 @@ namespace Microsoft.AspNetCore.DataProtection
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
||||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
|
||||||
public void System_UsesProvidedCertificateNotFromStore()
|
public void System_UsesProvidedCertificateNotFromStore()
|
||||||
{
|
{
|
||||||
using (var store = new X509Store(StoreName.My, StoreLocation.CurrentUser))
|
using (var store = new X509Store(StoreName.My, StoreLocation.CurrentUser))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue