diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-21 22:02:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-21 22:02:50 -0300 |
commit | 5b7b2439633e0a356c264d02a0707926a00c39dd (patch) | |
tree | ee745a9022b23ee6123c926061f131330132379a | |
parent | bdb5d6fbe580e262adfe1b33c6aceae591935dee (diff) | |
download | aports-5b7b2439633e0a356c264d02a0707926a00c39dd.tar.bz2 aports-5b7b2439633e0a356c264d02a0707926a00c39dd.tar.xz |
testing/epiphany: disable check
-rw-r--r-- | testing/epiphany/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/epiphany/APKBUILD b/testing/epiphany/APKBUILD index 42dcb2f0fa..974c938ffe 100644 --- a/testing/epiphany/APKBUILD +++ b/testing/epiphany/APKBUILD @@ -4,6 +4,7 @@ pkgname=epiphany pkgver=3.32.3 pkgrel=0 pkgdesc="A simple, clean, beautiful view of the web" +options="!check" # Location entry test fails on builders url="https://wiki.gnome.org/Apps/Web" arch="all" license="GPL-3.0-or-later" |