Skip to content

Commit

Permalink
streamingccl: skip TestTenantStreamingFailback on 23.2
Browse files Browse the repository at this point in the history
Fixes cockroachdb#121221

Release note: none
  • Loading branch information
msbutler committed Apr 17, 2024
1 parent 7ff2a50 commit efb8e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestTenantStreamingFailback(t *testing.T) {
defer log.Scope(t).Close(t)
ctx := context.Background()

skip.UnderStressRace(t, "test takes ~5 minutes under stressrace")
skip.WithIssue(t, 121221, "failback unsuppported on 23.2")

serverA, aDB, _ := serverutils.StartServer(t, base.TestServerArgs{
DefaultTestTenant: base.TestControlsTenantsExplicitly,
Expand Down

0 comments on commit efb8e42

Please sign in to comment.