Quarantined dotnet user-secrets test (#21412)
This commit is contained in:
parent
37da482969
commit
3eb812a3f5
|
|
@ -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>[]
|
||||
|
|
|
|||
Loading…
Reference in New Issue