Re-enabling some unit tests that were skipped, but are again valid with net core 2.1

This commit is contained in:
seancpeters 2017-08-31 15:31:44 -07:00
parent 99489cf402
commit ffdccdfc21
6 changed files with 8 additions and 7 deletions

View file

@ -192,7 +192,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
.And.HaveStdOutContaining("Hello World!");
}
[Fact(Skip = "https://github.com/dotnet/cli/issues/7476")]
[Fact]
public void ItRunsAppWhenRestoringToSpecificPackageDirectory()
{
var rootPath = TestAssets.CreateTestDirectory().FullName;