GeoIP test are temporarily disabled

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-04 15:17:24 -03:00
parent 8fa9fb356b
commit 847abe69eb

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