Mark `System_UsesProvidedDirectoryAndCertificate` test as flaky

This commit is contained in:
Doug Bunting 2019-04-05 19:20:01 -07:00
parent 7d9916d0f7
commit 04f1f1f389
No known key found for this signature in database
GPG Key ID: 4F7A35FC67E693A9
1 changed files with 3 additions and 1 deletions

View File

@ -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()