Skip to content

Commit

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

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
adityamaru committed Sep 1, 2022
1 parent 9911916 commit db4a4bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/client_relocate_range_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/roachpb"
"github.com/cockroachdb/cockroach/pkg/server"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
"github.com/cockroachdb/cockroach/pkg/util"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
Expand Down Expand Up @@ -164,6 +165,7 @@ func usesAtomicReplicationChange(ops []roachpb.ReplicationChange) bool {

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

ctx := context.Background()
Expand Down

0 comments on commit db4a4bd

Please sign in to comment.