mirror of https://github.com/status-im/consul.git
Skip the catalog v2 upgrade test (#19005)
We intentionally broke api compatibility here as we are not yet maintaining backwards compat for the v2 apis
This commit is contained in:
parent
6f0df20d10
commit
2240e746dd
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/hashicorp/consul/test/integration/consul-container/libs/utils"
|
||||
)
|
||||
|
||||
var minCatalogResourceVersion = version.Must(version.NewVersion("v1.16.0"))
|
||||
var minCatalogResourceVersion = version.Must(version.NewVersion("v1.17.0"))
|
||||
|
||||
const (
|
||||
versionUndetermined = `
|
||||
|
|
Loading…
Reference in New Issue