tests/e2e: skip metrics tests for now

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-08-26 00:02:48 -07:00
parent 5e33bb1a95
commit b76f149c35

View File

@ -37,6 +37,8 @@ func TestV3MetricsInsecure(t *testing.T) {
}
func metricsTest(cx ctlCtx) {
cx.t.Skip()
if err := ctlV3Put(cx, "k", "v", ""); err != nil {
cx.t.Fatal(err)
}