1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: php: Disable failing test on Arm.

* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
This commit is contained in:
Julien Lepiller
2021-02-26 12:53:11 +01:00
parent 099026df5b
commit 8753bb4192

View File

@@ -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.