From 26f429cfec775d630eaf6c31672fbd8f2c948162 Mon Sep 17 00:00:00 2001 From: Antoine Jacquemin Date: Wed, 18 Sep 2024 19:57:30 +0200 Subject: [PATCH] fix test --- tests/integration/sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)