diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-07 22:23:00 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-08 12:05:29 +0200 |
commit | 4ccaaad45d58ebd6af47090b091cb7017f3536e7 (patch) | |
tree | e5b4ae7eb5115f35b5494caaa25f148d8a620a4f | |
parent | de8e2a699c0219f5ea86f6bbfff4d5ee35104738 (diff) | |
download | guix-4ccaaad45d58ebd6af47090b091cb7017f3536e7.tar.gz |
gnu: php: Disable failing test.
It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
-rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 7022eb6c9a..cecb6150a1 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -340,7 +340,9 @@ ;; Expects an empty Array; gets one with " " in it. "ext/pcre/tests/bug80118.phpt" ;; Renicing a process fails in the build environment. - "ext/standard/tests/general_functions/proc_nice_basic.phpt")) + "ext/standard/tests/general_functions/proc_nice_basic.phpt" + ;; Can fail on fast machines? + "Zend/tests/bug74093.phpt")) ;; Accomodate two extra openssl errors flanking the expected one: ;; random number generator:RAND_{load,write}_file:Cannot open file |