File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Security/Authentication/test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ public async Task VerifyValidSelfSignedWithServerFailsPurposeValidationIsOffButS
154154 Assert . Equal ( HttpStatusCode . Forbidden , response . StatusCode ) ;
155155 }
156156
157- [ Fact ]
157+ [ ConditionalFact ]
158+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
158159 public async Task VerifyExpiredSelfSignedFails ( )
159160 {
160161 using var host = await CreateHost (
@@ -189,7 +190,7 @@ public async Task VerifyExpiredSelfSignedPassesIfDateRangeValidationIsDisabled()
189190 }
190191
191192 [ ConditionalFact ]
192- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" ) ]
193+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
193194 public async Task VerifyNotYetValidSelfSignedFails ( )
194195 {
195196 using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments