mirror of
https://github.com/status-im/consul.git
synced 2025-02-06 19:04:59 +00:00
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…
x
Reference in New Issue
Block a user