File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Security/Authentication/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public async Task VerifyValidSelfSignedWithServerFailsPurposeValidationIsOffButS
155
155
}
156
156
157
157
[ ConditionalFact ]
158
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
158
+ // [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/32813", Queues = "All.Ubuntu")]
159
159
public async Task VerifyExpiredSelfSignedFails ( )
160
160
{
161
161
using var host = await CreateHost (
@@ -190,7 +190,7 @@ public async Task VerifyExpiredSelfSignedPassesIfDateRangeValidationIsDisabled()
190
190
}
191
191
192
192
[ ConditionalFact ]
193
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/32813" , Queues = "All.Ubuntu" ) ]
193
+ // [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/32813", Queues = "All.Ubuntu")]
194
194
public async Task VerifyNotYetValidSelfSignedFails ( )
195
195
{
196
196
using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments