guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: php: Disable yet another failing test.


From: guix-commits
Subject: branch master updated: gnu: php: Disable yet another failing test.
Date: Thu, 16 Dec 2021 12:34:40 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e59153  gnu: php: Disable yet another failing test.
5e59153 is described below

commit 5e59153595bd1346df3eaa79461209b34d879185
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 16 18:27:52 2021 +0100

    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 b81fae1..a633e07 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]