GeoIP test are temporarily disabled

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-04 15:17:24 -03:00
parent d9423340eb
commit 1f2820a343

View file

@ -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 :=