diff --git a/test/integration/consumer_group_test.go b/test/integration/consumer_group_test.go index ef64653c3b..9363c1911b 100644 --- a/test/integration/consumer_group_test.go +++ b/test/integration/consumer_group_test.go @@ -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)