Quarantined dotnet user-secrets test (#21412)

This commit is contained in:
Ajay Bhargav B 2020-05-01 17:49:48 -07:00 committed by GitHub
parent 37da482969
commit 3eb812a3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
[Theory]
[InlineData(true)]
[InlineData(false)]
[QuarantinedTest]
public void SetSecrets(bool fromCurrentDirectory)
{
var secrets = new KeyValuePair<string, string>[]