diff --git a/test/dotnet-new.IntegrationTests/DotnetNewSearchTests.cs b/test/dotnet-new.IntegrationTests/DotnetNewSearchTests.cs index da8369cab4c7..a7d5f58dec05 100644 --- a/test/dotnet-new.IntegrationTests/DotnetNewSearchTests.cs +++ b/test/dotnet-new.IntegrationTests/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)