Skip to content

Commit

Permalink
Enamble VXLAN v6 tests in bpf runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastigera committed Apr 2, 2024
1 parent 5e576f3 commit ef71d2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions felix/fv/vxlan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef71d2e

Please sign in to comment.