aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-11 19:46:23 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-11 19:46:23 +0100
commitb9369b2d73e7c358b557fddfac3e5b2dd7c0fd35 (patch)
tree146802414e5e8f5a6b94b1bd55965aa0b715c647
parentf367a7b36b8412b80ddb8eb5da05af56e51e9cc5 (diff)
downloadaports-b9369b2d73e7c358b557fddfac3e5b2dd7c0fd35.tar.bz2
aports-b9369b2d73e7c358b557fddfac3e5b2dd7c0fd35.tar.xz
community/gnome-keyring: disable tests for now
Seems like the builders don't like these even with -j1
-rw-r--r--community/gnome-keyring/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD
index fb56e3e7a0..7ec1927be0 100644
--- a/community/gnome-keyring/APKBUILD
+++ b/community/gnome-keyring/APKBUILD
@@ -14,6 +14,7 @@ checkdepends="python3 dbus-x11 xvfb-run"
provides="dbus:org.freedesktop.Secrets"
# Highest priority of the bunch since it has the least deps
provider_priority=100
+options="!check" # Failing tests on the builders :/
subpackages="$pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz"