diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-02-26 12:53:11 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-02-26 12:57:53 +0100 |
commit | 8753bb4192410e6cd81a4072c1dd5f2ff822320e (patch) | |
tree | 8ed21acc22222b775f69b484e94993904bfebbbf /gnu/packages/php.scm | |
parent | 099026df5ba6443a9291e8f9d91ccacfdce2f00d (diff) | |
download | guix-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.scm | 3 |
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. |