diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-26 21:11:36 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-26 21:12:26 +0300 |
| commit | c6755f958249a25b2e48ec14361ab23b56ad8850 (patch) | |
| tree | 0f1ac1d1bfa44c3e299418fb4abaaf292d74edea | |
| parent | guix: Add slides-devops-world-jenkins-casc. (diff) | |
| download | guix-wigust-c6755f958249a25b2e48ec14361ab23b56ad8850.tar.gz | |
guix: php: Delete ext/zip/tests/bug53885.phpt test.
* guix/wigust/packages/php.scm (php-7.3.12)[arguments]: Delete
ext/zip/tests/bug53885.phpt test.
| -rw-r--r-- | guix/wigust/packages/php.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guix/wigust/packages/php.scm b/guix/wigust/packages/php.scm index 2e53b83..d363968 100644 --- a/guix/wigust/packages/php.scm +++ b/guix/wigust/packages/php.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> -;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com> +;;; Copyright © 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -343,7 +343,8 @@ "ext/pcre/tests/bug76909.phpt" "ext/mbstring/tests/bug78633.phpt" - "ext/mbstring/tests/mb_ereg_search_named_subpatterns.phpt")) + "ext/mbstring/tests/mb_ereg_search_named_subpatterns.phpt" + "ext/zip/tests/bug53885.phpt")) ;; Skip tests requiring network access. (setenv "SKIP_ONLINE_TESTS" "1") |
