Skip to content

Commit

Permalink
test: Re-enable Services test with L7 policy
Browse files Browse the repository at this point in the history
Fixes: cilium#11578
Signed-off-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
jrajahalme authored and tklauser committed May 21, 2020
1 parent 9dc4ed6 commit a89d83c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/k8sT/Services.go
Original file line number Diff line number Diff line change
Expand Up @@ -1059,10 +1059,9 @@ var _ = Describe("K8sServicesTest", func() {

SkipContextIf(
func() bool {
return true // GH-11578
//return helpers.IsIntegration(helpers.CIIntegrationEKS) ||
//helpers.IsIntegration(helpers.CIIntegrationGKE) || // Re-enable when GH-11235 is fixed
//helpers.RunsWithoutKubeProxy()
return helpers.IsIntegration(helpers.CIIntegrationEKS) ||
helpers.IsIntegration(helpers.CIIntegrationGKE) || // Re-enable when GH-11235 is fixed
helpers.RunsWithoutKubeProxy()
},
"with L7 policy", func() {
var (
Expand Down

0 comments on commit a89d83c

Please sign in to comment.