File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pkg/ccl/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 @@ -20,6 +20,7 @@ import (
20
20
"github.com/cockroachdb/cockroach/pkg/testutils"
21
21
"github.com/cockroachdb/cockroach/pkg/testutils/jobutils"
22
22
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
23
+ "github.com/cockroachdb/cockroach/pkg/testutils/skip"
23
24
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
24
25
"github.com/cockroachdb/cockroach/pkg/util/hlc"
25
26
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
@@ -116,6 +117,8 @@ func TestAlterTenantAddReader(t *testing.T) {
116
117
defer leaktest .AfterTest (t )()
117
118
defer log .Scope (t ).Close (t )
118
119
120
+ skip .UnderDeadlock (t , "flakes with deadlock detector" )
121
+
119
122
ctx := context .Background ()
120
123
args := replicationtestutils .DefaultTenantStreamingClustersArgs
121
124
You can’t perform that action at this time.
0 commit comments