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
154
154
Assert . Equal ( HttpStatusCode . Forbidden , response . StatusCode ) ;
155
155
}
156
156
157
- [ Fact ]
157
+ [ ConditionalFact ]
158
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
158
159
public async Task VerifyExpiredSelfSignedFails ( )
159
160
{
160
161
using var host = await CreateHost (
@@ -189,7 +190,7 @@ public async Task VerifyExpiredSelfSignedPassesIfDateRangeValidationIsDisabled()
189
190
}
190
191
191
192
[ ConditionalFact ]
192
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" ) ]
193
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
193
194
public async Task VerifyNotYetValidSelfSignedFails ( )
194
195
{
195
196
using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments