mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e: skip metrics tests for now
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
5e33bb1a95
commit
b76f149c35
@ -37,6 +37,8 @@ func TestV3MetricsInsecure(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func metricsTest(cx ctlCtx) {
|
func metricsTest(cx ctlCtx) {
|
||||||
|
cx.t.Skip()
|
||||||
|
|
||||||
if err := ctlV3Put(cx, "k", "v", ""); err != nil {
|
if err := ctlV3Put(cx, "k", "v", ""); err != nil {
|
||||||
cx.t.Fatal(err)
|
cx.t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user