From ef71d2e50355e670e2c87cde392a3b7fc9a82930 Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Mon, 1 Apr 2024 17:47:18 -0700 Subject: [PATCH] Enamble VXLAN v6 tests in bpf runs --- felix/fv/vxlan_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/felix/fv/vxlan_test.go b/felix/fv/vxlan_test.go index 8adc57ca9ac..33e83ed9102 100644 --- a/felix/fv/vxlan_test.go +++ b/felix/fv/vxlan_test.go @@ -63,10 +63,6 @@ var _ = infrastructure.DatastoreDescribe("_BPF-SAFE_ VXLAN topology before addin brokenXSum := testConfig.BrokenXSum enableIPv6 := testConfig.EnableIPv6 - if BPFMode() && enableIPv6 { - continue - } - Describe(fmt.Sprintf("VXLAN mode set to %s, routeSource %s, brokenXSum: %v, enableIPv6: %v", vxlanMode, routeSource, brokenXSum, enableIPv6), func() { var ( infra infrastructure.DatastoreInfra