Skip to content

Commit

Permalink
kv/kvserver: skip TestEagerReplication
Browse files Browse the repository at this point in the history
Refs: #54646

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
adityamaru committed Mar 10, 2021
1 parent 4d2d303 commit 2d28a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/replicate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
"github.com/cockroachdb/errors"
Expand All @@ -29,6 +30,7 @@ import (

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

ctx := context.Background()
Expand Down

0 comments on commit 2d28a86

Please sign in to comment.