Skip to content

Commit

Permalink
test/k8s: quarantine K8sDatapathServicesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
aanm committed May 25, 2023
1 parent 87d41e6 commit d919b30
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 d919b30

Please sign in to comment.