Skip to content

Commit 725b50b

Browse files
committed
Skip broken test
1 parent 0d05f8b commit 725b50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Templates.Mvc.Tests/WebApiTemplateTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public ITestOutputHelper Output
9898
[InlineData("SingleOrg", new [] { ArgConstants.UseProgramMain, ArgConstants.UseControllers, ArgConstants.CallsGraph })]
9999
public Task WebApiTemplateCSharp_IdentityWeb_SingleOrg_ProgramMain_BuildsAndPublishes(string auth, string[] args) => PublishAndBuildWebApiTemplate(languageOverride: null, auth: auth, args: args);
100100

101-
[ConditionalTheory]
101+
[ConditionalTheory(Skip = "https://github.com/dotnet/aspnetcore/issues/58957")]
102102
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/28090", Queues = HelixConstants.Windows10Arm64 + HelixConstants.DebianArm64)]
103103
[InlineData("SingleOrg", null)]
104104
[InlineData("SingleOrg", new [] { ArgConstants.UseProgramMain, ArgConstants.NoHttps })]

0 commit comments

Comments
 (0)