From a57bf8f0e408d06d583c90d8d2ced5311a52e9c1 Mon Sep 17 00:00:00 2001 From: psykose Date: Fri, 5 May 2023 12:59:38 +0000 Subject: [PATCH] community/traefik: skip a test --- community/traefik/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/traefik/APKBUILD b/community/traefik/APKBUILD index 3f17bb8703a..93a6267c890 100644 --- a/community/traefik/APKBUILD +++ b/community/traefik/APKBUILD @@ -46,8 +46,9 @@ build() { } check() { + # shellcheck disable=2046 CI=1 \ - go test ./pkg/... + go test $(go list ./pkg/... | grep -Ev '(pkg/server)') } package() {