Skip to content

Commit

Permalink
ccl/kvccl/kvtenantccl: skip TestTenantUpgradeFailure
Browse files Browse the repository at this point in the history
Refs: cockroachdb#98555

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes
Release note: None
Epic: None
  • Loading branch information
Miral Gadani committed Mar 17, 2023
1 parent 7a70a10 commit 23ad337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/kvccl/kvtenantccl/tenant_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func v0v1v2() (roachpb.Version, roachpb.Version, roachpb.Version) {
// between version upgrades.
func TestTenantUpgradeFailure(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 98555, "flaky test")
defer log.Scope(t).Close(t)
// Contains information for starting a tenant
// and maintaining a stopper.
Expand Down

0 comments on commit 23ad337

Please sign in to comment.