We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d82f86 + 4cf3b7d commit 92f6461Copy full SHA for 92f6461
contrib/guix/manifest.scm
@@ -409,6 +409,11 @@ thus should be able to compile on most platforms where these exist.")
409
(string-append indent
410
"@unittest.skip(\"Disabled by Guix\")\n"
411
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)))
417
#t))
418
(replace 'check
419
(lambda _
0 commit comments