mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gmime: Skip non-deterministic tests.
* gnu/packages/patches/gmime-disable-tests.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (gmime) [source]: Apply it. Change-Id: Ic7bee405c79bf9ab149559563f515cc8dea4216f
This commit is contained in:
parent
4b5ba80a27
commit
dd5b74ba8b
3 changed files with 23 additions and 1 deletions
20
gnu/packages/patches/gmime-disable-tests.patch
Normal file
20
gnu/packages/patches/gmime-disable-tests.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
The test-pgp and test-pgpmime fail sporadically.
|
||||
See: https://github.com/jstedfast/gmime/issues/177
|
||||
|
||||
*** source/tests/Makefile.am 1970-01-01 09:00:01.000000000 +0900
|
||||
--- tests/Makefile.am.new 2025-04-03 23:11:19.220597686 +0900
|
||||
***************
|
||||
*** 22,33 ****
|
||||
test-autocrypt \
|
||||
test-mime
|
||||
|
||||
- if ENABLE_CRYPTO
|
||||
- AUTOMATED_TESTS += \
|
||||
- test-pgp \
|
||||
- test-pgpmime
|
||||
- endif
|
||||
-
|
||||
MANUAL_TESTS = \
|
||||
test-best \
|
||||
test-parser \
|
||||
--- 22,27 ----
|
Loading…
Add table
Add a link
Reference in a new issue