Skip to content

Commit

Permalink
test/k8s: quarantine test while we validate hostfw ct ack issue fix.
Browse files Browse the repository at this point in the history
Change 439a0a0 introduced potential workaround to common flake we've been seeing relating to issue cilium#15455.

In the meantime, let's quarantine other tests that appear to be failing for the same cause.

Addresses: cilium#25411

Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
  • Loading branch information
tommyp1ckles committed May 12, 2023
1 parent 943a3c9 commit e329c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`,
testIPv4FragmentSupport(kubectl, ni)
})

SkipContextIf(func() bool { return helpers.RunsOnGKE() }, "With host policy", func() {
SkipContextIf(func() bool { return helpers.RunsOnGKE() || helpers.SkipQuarantined() }, "With host policy", func() {
var ccnpHostPolicy string

BeforeAll(func() {
Expand Down

0 comments on commit e329c17

Please sign in to comment.