Skip to content

Commit

Permalink
kv/kvserver: skip TestStoreMetrics
Browse files Browse the repository at this point in the history
Refs: cockroachdb#90631

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
adityamaru committed Oct 25, 2022
1 parent 6e3f98a commit b026020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/client_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/server"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
Expand Down Expand Up @@ -258,6 +259,7 @@ func TestStoreResolveMetrics(t *testing.T) {

func TestStoreMetrics(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 90631, "flaky test")
defer log.Scope(t).Close(t)

ctx := context.Background()
Expand Down

0 comments on commit b026020

Please sign in to comment.