Disable NewProjectRestoresCorrectPackageVersion "console" test for now.
This commit is contained in:
parent
74a7d63e43
commit
79b4809559
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData("console", "microsoft.netcore.app")]
|
||||
// [InlineData("console", "microsoft.netcore.app")] re-enable when this issue is resolved: "https://github.com/dotnet/cli/issues/9420"
|
||||
[InlineData("classlib", "netstandard.library")]
|
||||
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue