Skip to content

Commit

Permalink
Merge in 'release/6.0.4xx' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Aug 25, 2023
2 parents 8a67521 + 1ec5868 commit ce2a08a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dotnet-new3.UnitTests/DotnetNewSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ public void CanFilterPackage_WithoutName()
Assert.True(AtLeastOneRowIsNotEmpty(tableOutput, "Downloads"), "'Downloads' column contains empty values");
}

[Fact]
#pragma warning disable xUnit1004 // Test methods should not be skipped
[Fact(Skip = "Broken by a localized template on nuget.org")]
#pragma warning restore xUnit1004 // Test methods should not be skipped
public void CanSortByDownloadCountAndThenByName()
{
var commandResult = new DotnetNewCommand(_log, "console", "--search")
Expand Down

0 comments on commit ce2a08a

Please sign in to comment.