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 f56c61b commit b419ec0Copy full SHA for b419ec0
src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs
@@ -270,6 +270,7 @@ public void List_Empty_Secrets_File()
270
[Theory]
271
[InlineData(true)]
272
[InlineData(false)]
273
+ [QuarantinedTest]
274
public void Clear_Secrets(bool fromCurrentDirectory)
275
{
276
var projectPath = _fixture.GetTempSecretProject();
0 commit comments