aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2024-05-06 20:03:47 +0000
committeromni <omni+alpine@hack.org>2024-05-06 20:05:39 +0000
commitcad60e892512184041495170fd93abed1c037393 (patch)
tree33293fe68fc21b85ab376927f334a444f9706cd6
parentcc6499567ff2b26a218167222b1d42ac3160cbd9 (diff)
testing/upterm: disable tests
again
-rw-r--r--testing/upterm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/upterm/APKBUILD b/testing/upterm/APKBUILD
index 7cfe7a29cc4..6e79c43153f 100644
--- a/testing/upterm/APKBUILD
+++ b/testing/upterm/APKBUILD
@@ -20,7 +20,7 @@ source="
uptermd.initd
uptermd.confd
"
-options="net"
+options="net !check" # fail on network flakiness
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"