diff --git a/pkg/cmd/roachtest/tests/cluster_to_cluster.go b/pkg/cmd/roachtest/tests/cluster_to_cluster.go index 25840f1fcefc..5215123e4642 100644 --- a/pkg/cmd/roachtest/tests/cluster_to_cluster.go +++ b/pkg/cmd/roachtest/tests/cluster_to_cluster.go @@ -1257,6 +1257,9 @@ func registerClusterToCluster(r registry.Registry) { // replanning and distributed catch up scans fix the poor initial plan. If // max accepted latency doubles, then there's likely a regression. maxAcceptedLatency: 1 * time.Hour, + // Skipping node distribution check because there is little data on the + // source when the replication stream begins. + skipNodeDistributionCheck: true, clouds: registry.AllExceptAWS, suites: registry.Suites(registry.Nightly), },