diff --git a/pkg/cmd/roachtest/tests/follower_reads.go b/pkg/cmd/roachtest/tests/follower_reads.go index cad25e319522..fe944aee397b 100644 --- a/pkg/cmd/roachtest/tests/follower_reads.go +++ b/pkg/cmd/roachtest/tests/follower_reads.go @@ -1000,6 +1000,12 @@ func runFollowerReadsMixedVersionGlobalTableTest( // Use a longer upgrade timeout to give the migrations enough time to finish // considering the cross-region latency. mixedversion.UpgradeTimeout(60*time.Minute), + + // This test is flaky when upgrading from v23.1 to v23.2 for follower + // reads in shared-process deployments. There were a number of changes + // to tenant health checks since then which appear to have addressed + // this issue. + mixedversion.MinimumSupportedVersion("v23.2.0"), ) }