We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f332b16 commit 23e290cCopy full SHA for 23e290c
charts/console/chart_test.go
@@ -359,6 +359,9 @@ func TestIntegrationChart(t *testing.T) {
359
Config: map[string]any{
360
"kafka": map[string]any{
361
"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
+ },
365
},
366
367
}
0 commit comments