Skip to content

Commit 4a19702

Browse files
committed
Only skip on ubuntu
1 parent b9a5e89 commit 4a19702

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Security/Authentication/test/CertificateTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)