Disable tests that require templates that target .NET Core 2.1 (which aren't available yet)
This commit is contained in:
parent
60e5fabde2
commit
360e657884
6 changed files with 7 additions and 6 deletions
|
@ -192,7 +192,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
.And.HaveStdOutContaining("Hello World!");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "https://github.com/dotnet/cli/issues/7476")]
|
||||
public void ItRunsAppWhenRestoringToSpecificPackageDirectory()
|
||||
{
|
||||
var rootPath = TestAssets.CreateTestDirectory().FullName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue