Skip to content

Commit

Permalink
tests/e2e: run metrics test again
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Aug 30, 2019
1 parent 21edf98 commit d04d96c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/e2e/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package e2e

import (
"fmt"
"strings"
"testing"

"go.etcd.io/etcd/version"
Expand All @@ -37,15 +36,10 @@ func TestV3MetricsInsecure(t *testing.T) {
}

func metricsTest(cx ctlCtx) {
cx.t.Skip()

if err := ctlV3Put(cx, "k", "v", ""); err != nil {
cx.t.Fatal(err)
}
ver := version.Version
if strings.HasSuffix(ver, "-pre") {
ver = strings.Replace(ver, "-pre", "", 1)
}

i := 0
for _, test := range []struct {
Expand Down

0 comments on commit d04d96c

Please sign in to comment.