GeoIP test are temporarily disabled
This commit is contained in:
parent
d9423340eb
commit
1f2820a343
1 changed files with 2 additions and 0 deletions
|
@ -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 :=
|
||||
|
|
Loading…
Reference in a new issue