Skip to content

Commit

Permalink
Revert "test: Wait for IPCache entries in testSessionAffinity"
Browse files Browse the repository at this point in the history
This reverts commit 9accb13.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jun 2, 2020
1 parent e1ed061 commit f2c55c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8sT/Services.go
Expand Up @@ -861,7 +861,7 @@ var _ = Describe("K8sServicesTest", func() {
// in the vxlan mode (the tailcall IPV4_NODEPORT_NAT body won't pass
// the request to the encap routines, and instead it will be dropped
// due to failing fib_lookup).
if vxlan {
if fromOutside && vxlan {
podIPs, err := kubectl.GetPodsIPs(helpers.DefaultNamespace, testDS)
ExpectWithOffset(1, err).Should(BeNil(), "Cannot get pod IP addrs for -l %s pods", testDS)
for _, ipAddr := range podIPs {
Expand Down

0 comments on commit f2c55c7

Please sign in to comment.