From 0fc11885327277b0413f4cf449828c2b9774cb38 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Mon, 29 Nov 2021 19:50:04 -0800 Subject: [PATCH] test/DatapathConfiguration: Quarantine 'Encapsulation' CC: Thomas Graf Signed-off-by: Joe Stringer --- test/k8sT/DatapathConfiguration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go index 6d3f6cfbf33a7..e4cae2f5fd823 100644 --- a/test/k8sT/DatapathConfiguration.go +++ b/test/k8sT/DatapathConfiguration.go @@ -169,7 +169,7 @@ var _ = Describe("K8sDatapathConfig", func() { }) }) - Context("Encapsulation", func() { + SkipContextIf(helpers.SkipQuarantined, "Encapsulation", func() { validateBPFTunnelMap := func() { By("Checking that BPF tunnels are in place") ciliumPod, err := kubectl.GetCiliumPodOnNode(helpers.K8s1)