Browse Source

Un-skip SetSecrets (#37101)

Brennan 4 years ago
parent
commit
97030589b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs

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

@@ -80,7 +80,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
             Assert.Contains(Resources.FormatMessage_Project_File_Path(Path.Combine(cwd, "..", "TestProject.csproj")), _console.GetOutput());
         }
 
-        [ConditionalTheory(Skip = "https://github.com/dotnet/aspnetcore/issues/25109")]
+        [Theory]
         [InlineData(true)]
         [InlineData(false)]
         public void SetSecrets(bool fromCurrentDirectory)