Skip to content

Commit

Permalink
Propose skipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Jul 28, 2023
1 parent f3247ba commit 631da10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/consumer_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ func TestConsumerGroup(t *testing.T) {
RunWhenKongVersion(t, fmt.Sprintf(">=%s", versions.ConsumerGroupsVersionCutoff))
RunWhenKongEnterprise(t)

// Get rid of skip when Gateway 3.4 will be released.
// Issue https://konghq.atlassian.net/browse/FTI-5264 will be resolved.
if testenv.DBMode() == testenv.DBModeOff {
t.Skip("due to a bug in Kong Gateway for DB-less mode and consumer groups, this test has to be skipped")
}

ctx := context.Background()
ns, cleaner := helpers.Setup(ctx, t, env)

Expand Down

0 comments on commit 631da10

Please sign in to comment.