summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-02-26 12:53:11 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-02-26 12:57:53 +0100
commit8753bb4192410e6cd81a4072c1dd5f2ff822320e (patch)
tree8ed21acc22222b775f69b484e94993904bfebbbf /gnu/packages/php.scm
parent099026df5ba6443a9291e8f9d91ccacfdce2f00d (diff)
downloadguix-patches-8753bb4192410e6cd81a4072c1dd5f2ff822320e.tar
guix-patches-8753bb4192410e6cd81a4072c1dd5f2ff822320e.tar.gz
gnu: php: Disable failing test on Arm.
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm3
1 files changed, 2 insertions, 1 deletions
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 @@
"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.