diff --git a/pkg/storage/pebble_iterator_test.go b/pkg/storage/pebble_iterator_test.go index 04e6b106c7ce..29b957fc322e 100644 --- a/pkg/storage/pebble_iterator_test.go +++ b/pkg/storage/pebble_iterator_test.go @@ -20,7 +20,6 @@ import ( "strings" "testing" - "github.com/cockroachdb/cockroach/pkg/clusterversion" "github.com/cockroachdb/cockroach/pkg/roachpb" "github.com/cockroachdb/cockroach/pkg/settings/cluster" "github.com/cockroachdb/cockroach/pkg/util/leaktest" @@ -95,8 +94,7 @@ func randStr(fill []byte, rng *rand.Rand) { func TestPebbleIterator_ExternalCorruption(t *testing.T) { defer leaktest.AfterTest(t)() - version := clusterversion.ByKey(clusterversion.V22_2) - st := cluster.MakeTestingClusterSettingsWithVersions(version, version, true) + st := cluster.MakeTestingClusterSettings() ctx := context.Background() rng := rand.New(rand.NewSource(timeutil.Now().UnixNano())) var f bytes.Buffer