Skip to content

Commit 0d303da

Browse files
committed
crosscluster/physical: skip TestAlterTenantAddReader under deadlock
Informs #146788 Epic: none
1 parent 075c4bc commit 0d303da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/crosscluster/physical/alter_replication_job_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"github.com/cockroachdb/cockroach/pkg/testutils"
2323
"github.com/cockroachdb/cockroach/pkg/testutils/jobutils"
2424
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
25+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
2526
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
2627
"github.com/cockroachdb/cockroach/pkg/util/hlc"
2728
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
@@ -118,6 +119,8 @@ func TestAlterTenantAddReader(t *testing.T) {
118119
defer leaktest.AfterTest(t)()
119120
defer log.Scope(t).Close(t)
120121

122+
skip.UnderDeadlock(t, "flakes with deadlock detector")
123+
121124
ctx := context.Background()
122125
args := replicationtestutils.DefaultTenantStreamingClustersArgs
123126

0 commit comments

Comments
 (0)