Skip to content

Commit ea3a504

Browse files
HaoKdougbu
authored andcommitted
[release/5.0] Update cert that became valid and broke tests
- backport of 2e20bab (#32812) - dupe of #33033 * Update cert to not be valid for 50 years * Make cert valid in 10 years * Delete unused copy of certs, update right one * Skip test for now
1 parent dde7ea6 commit ea3a504

10 files changed

+2
-62
lines changed

src/Security/Authentication/test/CertificateTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ public async Task VerifyExpiredSelfSignedPassesIfDateRangeValidationIsDisabled()
189189
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
190190
}
191191

192-
[Fact]
192+
[ConditionalFact]
193+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/32813")]
193194
public async Task VerifyNotYetValidSelfSignedFails()
194195
{
195196
using var host = await CreateHost(
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/Security/Authentication/test/TestCertificates/validSelfSignedPrimaryRootCertificate.cer

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.

src/Security/Authentication/test/TestCertificates/validSignedClientCertificate.cer

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Security/Authentication/test/TestCertificates/validSignedSecondaryRootCertificate.cer

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)