diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-02 00:58:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-02 04:44:52 +0000 |
commit | ac834e79b44fc5e9eac3a0bea16bd3008e8e433d (patch) | |
tree | 56b226e986492ef3a04eae4ffd81b0184dc177b5 | |
parent | f702273954aee0e8e1d3a017c1a82757f8db2a3e (diff) | |
download | aports-ac834e79b44fc5e9eac3a0bea16bd3008e8e433d.tar.gz aports-ac834e79b44fc5e9eac3a0bea16bd3008e8e433d.tar.bz2 aports-ac834e79b44fc5e9eac3a0bea16bd3008e8e433d.tar.xz |
testing/pantalaimon: disable tests as they hang
-rw-r--r-- | testing/pantalaimon/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/pantalaimon/APKBUILD b/testing/pantalaimon/APKBUILD index f031201e48..acfaf30519 100644 --- a/testing/pantalaimon/APKBUILD +++ b/testing/pantalaimon/APKBUILD @@ -5,6 +5,7 @@ pkgname=pantalaimon pkgver=0.8.0 pkgrel=1 pkgdesc="E2EE-aware Matrix proxy daemon" +options="!check" # Tests hang url="https://github.com/matrix-org/pantalaimon" arch="noarch !mips64" # blocked by py3-matrix-nio license="Apache-2.0" |