Skip to content

Commit

Permalink
Limit tests to v0.4 and later for now.
Browse files Browse the repository at this point in the history
The current config parser doesn't provide IPv4/IPv6 address as expected.

Signed-off-by: Michael Cambria <[email protected]>
  • Loading branch information
mccv1r0 committed Jan 28, 2023
1 parent eff5ab3 commit 9f40bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/meta/portmap/portmap_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ var _ = Describe("portmap integration tests", func() {
testutils.UnmountNS(targetNS)
})

for _, ver := range []string{"0.3.0", "0.3.1", "0.4.0", "1.0.0"} {
//for _, ver := range []string{"0.3.0", "0.3.1", "0.4.0", "1.0.0"} {
for _, ver := range []string{"0.4.0", "1.0.0"} {
// Redefine ver inside for scope so real value is picked up by each dynamically defined It()
// See Gingkgo's "Patterns for dynamically generating tests" documentation.
ver := ver
Expand Down

0 comments on commit 9f40bf5

Please sign in to comment.