Mark `System_UsesProvidedDirectoryAndCertificate` test as flaky
This commit is contained in:
parent
7d9916d0f7
commit
04f1f1f389
|
|
@ -10,6 +10,7 @@ using Microsoft.AspNetCore.DataProtection.Internal;
|
|||
using Microsoft.AspNetCore.DataProtection.KeyManagement;
|
||||
using Microsoft.AspNetCore.DataProtection.Repositories;
|
||||
using Microsoft.AspNetCore.DataProtection.Test.Shared;
|
||||
using Microsoft.AspNetCore.Testing;
|
||||
using Microsoft.AspNetCore.Testing.xunit;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
|
|
@ -113,7 +114,8 @@ namespace Microsoft.AspNetCore.DataProtection
|
|||
});
|
||||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[ConditionalFact]
|
||||
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2177", FlakyOn.AzP.Windows)]
|
||||
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
||||
[SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/6720
|
||||
public void System_UsesProvidedDirectoryAndCertificate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue