Skip to content

Commit f82e062

Browse files
authored
Update CertificateTests.cs
1 parent a5ac61c commit f82e062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Security/Authentication/test/CertificateTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public async Task VerifyValidSelfSignedWithServerFailsPurposeValidationIsOffButS
155155
}
156156

157157
[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")]
159159
public async Task VerifyExpiredSelfSignedFails()
160160
{
161161
using var host = await CreateHost(
@@ -190,7 +190,7 @@ public async Task VerifyExpiredSelfSignedPassesIfDateRangeValidationIsDisabled()
190190
}
191191

192192
[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")]
194194
public async Task VerifyNotYetValidSelfSignedFails()
195195
{
196196
using var host = await CreateHost(

0 commit comments

Comments
 (0)