Skip to content

Commit

Permalink
crosscluster/logical: skip e2e tests under deadlock
Browse files Browse the repository at this point in the history
Epic: none

Release note: none
  • Loading branch information
msbutler committed Dec 19, 2024
1 parent 57173d2 commit c895ea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/crosscluster/logical/logical_replication_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,9 @@ func setupServerWithNumDBs(
[]*sqlutils.SQLRunner,
[]string,
) {
// Deadlock increases test runtime by 10 to 100x.
skip.UnderDeadlock(t)

server := testcluster.StartTestCluster(t, numNodes, clusterArgs)
s := server.Server(0).ApplicationLayer()

Expand Down

0 comments on commit c895ea5

Please sign in to comment.