diff --git a/src/Tests/dotnet-new.Tests/DotnetNewSearchTests.cs b/src/Tests/dotnet-new.Tests/DotnetNewSearchTests.cs index c125b4160150..857f6978173a 100644 --- a/src/Tests/dotnet-new.Tests/DotnetNewSearchTests.cs +++ b/src/Tests/dotnet-new.Tests/DotnetNewSearchTests.cs @@ -220,7 +220,9 @@ public void CanFilterAuthor(string testCase) Assert.True(AtLeastOneRowIsNotEmpty(tableOutput, "Downloads"), "'Downloads' column contains empty values"); } - [Theory] +#pragma warning disable xUnit1004 + [Theory(Skip = "https://github.com/dotnet/sdk/issues/49123")] +#pragma warning restore xUnit1004 [InlineData("--search --columns author --author micro")] [InlineData("search --columns author --author micro")] public void CanFilterAuthor_WithoutName(string testCase)