Quarantine Microsoft.Extensions.SecretManager.Tools.Tests.SecretManagerTests.Clear_Secrets

- https://dev.azure.com/dnceng/public/_build/results?buildId=640828&view=ms.vss-test-web.build-test-results-tab&runId=19910360&resultId=108857&paneView=debug
This commit is contained in:
N. Taylor Mullen 2020-05-12 13:43:27 -07:00
parent f56c61b812
commit b419ec07d6
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
[Theory]
[InlineData(true)]
[InlineData(false)]
[QuarantinedTest]
public void Clear_Secrets(bool fromCurrentDirectory)
{
var projectPath = _fixture.GetTempSecretProject();