File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pkg/crosscluster/physical Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import (
22
22
"github.com/cockroachdb/cockroach/pkg/testutils"
23
23
"github.com/cockroachdb/cockroach/pkg/testutils/jobutils"
24
24
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
25
+ "github.com/cockroachdb/cockroach/pkg/testutils/skip"
25
26
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
26
27
"github.com/cockroachdb/cockroach/pkg/util/hlc"
27
28
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
@@ -118,6 +119,8 @@ func TestAlterTenantAddReader(t *testing.T) {
118
119
defer leaktest .AfterTest (t )()
119
120
defer log .Scope (t ).Close (t )
120
121
122
+ skip .UnderDeadlock (t , "flakes with deadlock detector" )
123
+
121
124
ctx := context .Background ()
122
125
args := replicationtestutils .DefaultTenantStreamingClustersArgs
123
126
You can’t perform that action at this time.
0 commit comments