Skip to content

Commit

Permalink
kv: skip TestStoreResolveMetrics and TestReplicaRemovalClosesProposal…
Browse files Browse the repository at this point in the history
…Quota

Informs #98404, and #98412

Epic: none
Release note: none
  • Loading branch information
msbutler committed Mar 10, 2023
1 parent 1a58583 commit 4a38607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/kv/kvserver/client_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage"
"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 @@ -178,6 +179,8 @@ func TestStoreResolveMetrics(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 98404)

// First prevent rot that would result from adding fields without handling
// them everywhere.
{
Expand Down
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5573,6 +5573,7 @@ func TestReplicaRemovalClosesProposalQuota(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
ctx := context.Background()
skip.WithIssue(t, 98412)
// These variables track the request count to make sure that all of the
// requests have made it to the Replica.
var (
Expand Down

0 comments on commit 4a38607

Please sign in to comment.