Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 79b4809

Browse files
author
jbeisner
committed
Disable NewProjectRestoresCorrectPackageVersion "console" test for now.
1 parent 74a7d63 commit 79b4809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-new.Tests/GivenThatIWantANewApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private void CreateAndRestoreNewProject(
7575
}
7676

7777
[Theory]
78-
[InlineData("console", "microsoft.netcore.app")]
78+
// [InlineData("console", "microsoft.netcore.app")] re-enable when this issue is resolved: "https://github.com/dotnet/cli/issues/9420"
7979
[InlineData("classlib", "netstandard.library")]
8080
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
8181
{

0 commit comments

Comments
 (0)