From 5e59153595bd1346df3eaa79461209b34d879185 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Dec 2021 18:27:52 +0100 Subject: gnu: php: Disable yet another failing test. * gnu/packages/php.scm (php)[arguments]: Delete the openssl_x509_checkpurpose_basic.phpt test. --- gnu/packages/php.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 . + "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 -- cgit v1.2.3