summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-21 14:21:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-21 15:24:07 +0200
commitf23e439f9f89b8dbcc5bf76135842a1e49f8526a (patch)
treecdb922d450346967c58f4e1e202f9659b7755cb6 /gnu/packages/php.scm
parente04b90607ac903359c90c9bad1b67fb7ce2f0eb6 (diff)
downloadguix-patches-f23e439f9f89b8dbcc5bf76135842a1e49f8526a.tar
guix-patches-f23e439f9f89b8dbcc5bf76135842a1e49f8526a.tar.gz
gnu: php: Disable unreliable test.
* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 18fc9f1b2c..779b7eadcd 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -311,7 +311,11 @@
;; ("ISO-8859-1"=>"UTF-8") unknown error.
"ext/standard/tests/file/bug43008.phpt"
;; Table data not created in sqlite(?).
- "ext/pdo_sqlite/tests/bug_42589.phpt"))
+ "ext/pdo_sqlite/tests/bug_42589.phpt"
+
+ ;; This tests whether microseconds ‘differ enough’ and
+ ;; fails inconsistently on ‘fast’ machines.
+ "ext/date/tests/bug73837.phpt"))
;; Skip tests requiring network access.
(setenv "SKIP_ONLINE_TESTS" "1")