Skip to content

Commit

Permalink
e2e: skip case of switching session affinity (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Feb 13, 2023
1 parent eb2b36a commit 937d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.e2e
Expand Up @@ -3,7 +3,7 @@ E2E_IP_FAMILY := $(shell echo $${E2E_IP_FAMILY:-ipv4})
E2E_NETWORK_MODE := $(shell echo $${E2E_NETWORK_MODE:-overlay})

K8S_CONFORMANCE_E2E_FOCUS = "sig-network.*Conformance" "sig-network.*Feature:NoSNAT"
K8S_CONFORMANCE_E2E_SKIP =
K8S_CONFORMANCE_E2E_SKIP = "sig-network.*Services.*switch session affinity"
K8S_NETPOL_E2E_FOCUS = "sig-network.*Feature:NetworkPolicy"
K8S_NETPOL_E2E_SKIP = "sig-network.*NetworkPolicyLegacy"
K8S_NETPOL_LEGACY_E2E_FOCUS = "sig-network.*NetworkPolicyLegacy"
Expand Down

0 comments on commit 937d3ce

Please sign in to comment.