Skip to content

Commit 23e290c

Browse files
Bojan DjurkovicRafalKorepta
authored andcommitted
charts/console: set kafka.startup.establishConnectionEagerly to false in test
1 parent f332b16 commit 23e290c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/console/chart_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ func TestIntegrationChart(t *testing.T) {
359359
Config: map[string]any{
360360
"kafka": map[string]any{
361361
"brokers": []string{"some-broker-address:9092"}, // Console and this test does not care whether we have a real broker
362+
"startup": map[string]any{
363+
"establishConnectionEagerly": false,
364+
},
362365
},
363366
},
364367
}

0 commit comments

Comments
 (0)