Skip to content

Commit

Permalink
fix: scoped the test to >3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Sep 4, 2024
1 parent 08dd5e2 commit 1b7659c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5690,6 +5690,9 @@ func Test_Sync_PluginAutoFields(t *testing.T) {
// test scope:
// - 3.x
func Test_Sync_MoreThanOneConsumerGroupForOneConsumer(t *testing.T) {
runWhen(t, "enterprise", ">=3.4.0")
setup(t)

client, err := getTestClient()
require.NoError(t, err)

Expand Down

0 comments on commit 1b7659c

Please sign in to comment.