From 24be59c0104739fb727fe1313ba607463dd13502 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 28 Apr 2017 01:16:27 +0200 Subject: main/nginx: disable test that requires special privileges --- main/nginx/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main') diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index f6c86dda58..a78a5090cb 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -138,6 +138,9 @@ prepare() { ;; esac done + + # This test requires superuser privileges and CAP_NET_ADMIN. + rm "$srcdir"/nginx-tests-*/proxy_bind_transparent.t } build() { -- cgit v1.2.3