diff --git a/tests/integration/sync_test.go b/tests/integration/sync_test.go index 063d3f71e..173f7f9d1 100644 --- a/tests/integration/sync_test.go +++ b/tests/integration/sync_test.go @@ -3617,7 +3617,7 @@ func Test_Sync_SkipConsumers(t *testing.T) { // test scope: // - 3.4.x func Test_Sync_SkipConsumers_34x(t *testing.T) { - runWhen(t, "enterprise", ">=3.4.0") + runWhen(t, "enterprise", ">=3.4.0 <3.5.0") // setup stage client, err := getTestClient() require.NoError(t, err)