mirror of https://github.com/status-im/consul.git
skip TestCatalogUpgrade for consul versions < 1.18.0 (#19811)
skip TestCatalogUpgrade for conul versions < 1.18.0
This commit is contained in:
parent
edf4610ed9
commit
649aa5655f
|
@ -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 = `
|
||||
|
|
Loading…
Reference in New Issue