Skip to content

Commit

Permalink
Quarantine "K8sDatapathConfig Iptables Skip conntrack for pod traffic…
Browse files Browse the repository at this point in the history
…" test.

Related: cilium#22019

Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
  • Loading branch information
marseel committed Feb 16, 2023
1 parent 7d108b9 commit 7112ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s/datapath_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ var _ = Describe("K8sDatapathConfig", func() {

Context("Iptables", func() {
SkipItIf(func() bool {
return helpers.IsIntegration(helpers.CIIntegrationGKE) || helpers.DoesNotRunWithKubeProxyReplacement()
return helpers.IsIntegration(helpers.CIIntegrationGKE) || helpers.DoesNotRunWithKubeProxyReplacement() || helpers.SkipQuarantined()
}, "Skip conntrack for pod traffic", func() {
deploymentManager.DeployCilium(map[string]string{
"tunnel": "disabled",
Expand Down

0 comments on commit 7112ca7

Please sign in to comment.