diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-09-20 17:02:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-20 17:02:22 -0300 |
commit | 983fa60fc4fd5b3f3dbc68ee6354046641f6b703 (patch) | |
tree | 2975d4aa5ae427fe5de8bdc5534903bdd042d2c3 | |
parent | e439e9de0be1cfe0471b9738fdd017b50dd93794 (diff) | |
download | aports-983fa60fc4fd5b3f3dbc68ee6354046641f6b703.tar.gz aports-983fa60fc4fd5b3f3dbc68ee6354046641f6b703.tar.bz2 aports-983fa60fc4fd5b3f3dbc68ee6354046641f6b703.tar.xz |
testing/neomutt: disable tests due to builders
-rw-r--r-- | testing/neomutt/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/neomutt/APKBUILD b/testing/neomutt/APKBUILD index e74a11e135..6b5d77a3b2 100644 --- a/testing/neomutt/APKBUILD +++ b/testing/neomutt/APKBUILD @@ -4,6 +4,7 @@ pkgname=neomutt pkgver=20200821 pkgrel=0 pkgdesc="Mutt with miscellaneous fixes and feature patches" +options="!check" # Works on CI and locally, hangs ALL builders, test locally url="https://neomutt.org/" arch="all" license="GPL-2.0-or-later" |