Skip to content

Commit 4cf3b7d

Browse files
committed
guix: ignore additional failing certvalidator test
Similar to 8588591. ```bash ERROR: test_revocation_mode_soft (tests.test_validate.ValidateTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python-certvalidator-0.1-1.a145bf2.drv-0/source/tests/test_validate.py", line 85, in test_revocation_mode_soft validate_path(context, path) File "/tmp/guix-build-python-certvalidator-0.1-1.a145bf2.drv-0/source/tests/../certvalidator/validate.py", line 50, in validate_path return _validate_path(validation_context, path) File "/tmp/guix-build-python-certvalidator-0.1-1.a145bf2.drv-0/source/tests/../certvalidator/validate.py", line 358, in _validate_path raise PathValidationError(pretty_message( certvalidator.errors.PathValidationError: The path could not be validated because the end-entity certificate expired 2022-07-27 12:00:00Z ```
1 parent f765d4e commit 4cf3b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/guix/manifest.scm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ thus should be able to compile on most platforms where these exist.")
409409
(string-append indent
410410
"@unittest.skip(\"Disabled by Guix\")\n"
411411
line)))
412+
(substitute* "tests/test_validate.py"
413+
(("^(.*)def test_revocation_mode_soft" line indent)
414+
(string-append indent
415+
"@unittest.skip(\"Disabled by Guix\")\n"
416+
line)))
412417
#t))
413418
(replace 'check
414419
(lambda _

0 commit comments

Comments
 (0)