Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac committed Sep 18, 2024
1 parent 51c9950 commit 26f429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 26f429c

Please sign in to comment.