We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37da482 commit 3eb812aCopy full SHA for 3eb812a
src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs
@@ -82,6 +82,7 @@ public void SupportsRelativePaths()
82
[Theory]
83
[InlineData(true)]
84
[InlineData(false)]
85
+ [QuarantinedTest]
86
public void SetSecrets(bool fromCurrentDirectory)
87
{
88
var secrets = new KeyValuePair<string, string>[]
0 commit comments