This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 97c62af
Make VerifyWithRevocation skip if the Online chain can't build (#21269)
When the system doesn't have a current CRL cached for the entirety of the chain,
and the CRL Distribution Point is offline (or there's a local network issue) then
the test fails. This is tolerable for a manual run, but not for the automated runs.
So unless the X.509 "RunManualTests" configuration is set, treat a failure of the
online chain to be a skip. Ideally we'd throw a SkipTestException, or something
of that ilk, but xunit doesn't support it.1 parent fba6a22 commit 97c62af
File tree
1 file changed
+8
-1
lines changed- src/System.Security.Cryptography.X509Certificates/tests
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
575 | 582 | | |
576 | 583 | | |
577 | 584 | | |
| |||
0 commit comments