diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-16 18:27:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-16 18:28:43 +0100 |
commit | 5e59153595bd1346df3eaa79461209b34d879185 (patch) | |
tree | c868f1267271a922375139da6ce6d4e04b42644d /gnu | |
parent | b329c2139b9f0818f27107bec5226cb98cfe1446 (diff) | |
download | guix-5e59153595bd1346df3eaa79461209b34d879185.tar.gz guix-5e59153595bd1346df3eaa79461209b34d879185.zip |
gnu: php: Disable yet another failing test.
* gnu/packages/php.scm (php)[arguments]: Delete the
openssl_x509_checkpurpose_basic.phpt test.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/php.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index b81fae1f74..a633e0790b 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -343,7 +343,10 @@ ;; Renicing a process fails in the build environment. "ext/standard/tests/general_functions/proc_nice_basic.phpt" ;; Can fail on fast machines? - "Zend/tests/bug74093.phpt")) + "Zend/tests/bug74093.phpt" + + ;; Unknown reason <https://issues.guix.gnu.org/52513>. + "ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt")) ;; Accomodate two extra openssl errors flanking the expected one: ;; random number generator:RAND_{load,write}_file:Cannot open file |