Skip to content

Commit

Permalink
Merge #98853
Browse files Browse the repository at this point in the history
98853: ccl/kvccl/kvtenantccl: skip TestTenantUpgradeFailure r=smg260 a=smg260

Refs: #98555

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes
Release note: None
Epic: None

Co-authored-by: Miral Gadani <miral@cockroachlabs.com>
  • Loading branch information
craig[bot] and Miral Gadani committed Mar 18, 2023
2 parents 8833248 + 23ad337 commit debe41f
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 debe41f

Please sign in to comment.