mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e: pass "rc.0"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
8ff71c52db
commit
64c16779c0
@ -44,6 +44,9 @@ func metricsTest(cx ctlCtx) {
|
||||
if strings.HasSuffix(ver, "-pre") {
|
||||
ver = strings.Replace(ver, "-pre", "", 1)
|
||||
}
|
||||
if strings.HasSuffix(ver, "-rc.0") {
|
||||
ver = strings.Replace(ver, "-rc.0", "", 1)
|
||||
}
|
||||
|
||||
i := 0
|
||||
for _, test := range []struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user