diff --git a/pkg/adapter/v2/main_test.go b/pkg/adapter/v2/main_test.go index bf0d1d0e827..9d8f0bebfa0 100644 --- a/pkg/adapter/v2/main_test.go +++ b/pkg/adapter/v2/main_test.go @@ -67,6 +67,7 @@ func TestMainWithContext(t *testing.T) { }() ctx := context.TODO() + ctx = WithHealthProbesDisabled(ctx) ctx, _ = fakekubeclient.With(ctx) MainWithContext(ctx, "mycomponent",