File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/ProjectTemplates/test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public ITestOutputHelper Output
7474 } ;
7575
7676 [ ConditionalFact ]
77- [ SkipOnHelix ( "cert failure" , Queues = "All.OSX ") ]
77+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/26776 " ) ]
7878 public async Task IdentityUIPackage_WorksWithDifferentOptions ( )
7979 {
8080 var packageOptions = new Dictionary < string , string > ( ) ;
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ private async Task MvcTemplateCore(string languageOverride)
118118 [ ConditionalTheory ]
119119 [ InlineData ( true ) ]
120120 [ InlineData ( false ) ]
121- [ SkipOnHelix ( "cert failure" , Queues = "All.OSX ") ]
121+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/26776 " ) ]
122122 public async Task MvcTemplate_IndividualAuth ( bool useLocalDB )
123123 {
124124 var project = await ProjectFactory . GetOrCreateProject ( "mvcindividual" + ( useLocalDB ? "uld" : "" ) , Output ) ;
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public async Task RazorPagesTemplate_NoAuth()
106106 [ ConditionalTheory ]
107107 [ InlineData ( false ) ]
108108 [ InlineData ( true ) ]
109- [ SkipOnHelix ( "cert failure" , Queues = "All.OSX ") ]
109+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/26776 " ) ]
110110 public async Task RazorPagesTemplate_IndividualAuth ( bool useLocalDB )
111111 {
112112 var project = await ProjectFactory . GetOrCreateProject ( "razorpagesindividual" + ( useLocalDB ? "uld" : "" ) , Output ) ;
You can’t perform that action at this time.
0 commit comments