Skip to content

Commit

Permalink
skip TestCatalogUpgrade for consul versions < 1.18.0 (#19811)
Browse files Browse the repository at this point in the history
skip TestCatalogUpgrade for conul versions < 1.18.0
  • Loading branch information
aahel authored Dec 4, 2023
1 parent edf4610 commit 649aa56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/hashicorp/consul/test/integration/consul-container/libs/utils"
)

var minCatalogResourceVersion = version.Must(version.NewVersion("v1.17.0"))
var minCatalogResourceVersion = version.Must(version.NewVersion("v1.18.0"))

const (
versionUndetermined = `
Expand Down

0 comments on commit 649aa56

Please sign in to comment.