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]
|
[Theory]
|
||||||
[InlineData(true)]
|
[InlineData(true)]
|
||||||
[InlineData(false)]
|
[InlineData(false)]
|
||||||
|
[QuarantinedTest]
|
||||||
public void SetSecrets(bool fromCurrentDirectory)
|
public void SetSecrets(bool fromCurrentDirectory)
|
||||||
{
|
{
|
||||||
var secrets = new KeyValuePair<string, string>[]
|
var secrets = new KeyValuePair<string, string>[]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue