From 8753bb4192410e6cd81a4072c1dd5f2ff822320e Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 26 Feb 2021 12:53:11 +0100 Subject: [PATCH] gnu: php: Disable failing test on Arm. * gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm. --- gnu/packages/php.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 1c71c1f40f..46062facee 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -194,7 +194,8 @@ (define-public php "ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt" "ext/intl/tests/timezone_getOffset_error.phpt" "sapi/cli/tests/cli_process_title_unix.phpt" - "sapi/cli/tests/upload_2G.phpt"))) + "sapi/cli/tests/upload_2G.phpt" + "Zend/tests/concat_003.phpt"))) '()) ;; Drop tests that are known to fail.