Skip to content

Commit

Permalink
GeoIP test are temporarily disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 4, 2020
1 parent d942334 commit 1f2820a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/settings/geoip2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down

0 comments on commit 1f2820a

Please sign in to comment.