summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2023-10-29 19:03:03 +0100
committerSimon Streit <simon@netpanic.org>2023-10-29 19:03:03 +0100
commita9cb4b84b87cd2855a55724a10f837390215a8a5 (patch)
treed630ed8e1c255edece311b2e441b9edbe49435ea
parentfd28295ce9d41ca17b49f5225c1a66ba21977f1f (diff)
siguix: php-8.1: Reinstate removal of disk_free_space_base test.
* siguix/packages/php.scm (php-8.1): [phases]: Reinstate the removal of test disk_free_space_base.
-rw-r--r--siguix/packages/php.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/siguix/packages/php.scm b/siguix/packages/php.scm
index e0ee465..94b0c5c 100644
--- a/siguix/packages/php.scm
+++ b/siguix/packages/php.scm
@@ -188,7 +188,9 @@
"ext/standard/tests/strings/setlocale_basic2.phpt"
"ext/standard/tests/strings/setlocale_basic3.phpt"
"ext/standard/tests/strings/setlocale_variation1.phpt"
-
+ ;; This failing test is skipped on PHP's Travis CI as it is
+ ;; supposedly inaccurate.
+ "ext/standard/tests/file/disk_free_space_basic.phpt"
;; This bug should have been fixed in gd 2.2.2.
;; Is it a regression?
"ext/gd/tests/bug65148.phpt"