From 1f2820a3432e313e54a675b60020015dbf68c0f9 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 4 Jan 2020 15:17:24 -0300 Subject: [PATCH] GeoIP test are temporarily disabled --- test/e2e/settings/geoip2.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/settings/geoip2.go b/test/e2e/settings/geoip2.go index 28070a7d9..78d444023 100644 --- a/test/e2e/settings/geoip2.go +++ b/test/e2e/settings/geoip2.go @@ -37,6 +37,8 @@ var _ = framework.IngressNginxDescribe("Geoip2", func() { }) It("should only allow requests from specific countries", func() { + Skip("GeoIP test are temporarily disabled") + f.UpdateNginxConfigMapData("use-geoip2", "true") httpSnippetAllowingOnlyAustralia :=