me
/
guix
Archived
1
0
Fork 0

gnu: php: Disable failing test on Arm.

* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
master
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
1 changed files with 2 additions and 1 deletions

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.