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
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

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