Re-enabling some unit tests that were skipped, but are again valid with net core 2.1
This commit is contained in:
parent
99489cf402
commit
ffdccdfc21
6 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue