Skip to content

Commit 3eb812a

Browse files
authored
Quarantined dotnet user-secrets test (#21412)
1 parent 37da482 commit 3eb812a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void SupportsRelativePaths()
8282
[Theory]
8383
[InlineData(true)]
8484
[InlineData(false)]
85+
[QuarantinedTest]
8586
public void SetSecrets(bool fromCurrentDirectory)
8687
{
8788
var secrets = new KeyValuePair<string, string>[]

0 commit comments

Comments
 (0)