From 057143b060f04b42d9f96febd4331cea5d7e4c95 Mon Sep 17 00:00:00 2001 From: airycanon Date: Tue, 10 Dec 2024 19:09:30 +0800 Subject: [PATCH] fix none blocking test --- pkg/adapter/v2/main_test.go | 1 + 1 file changed, 1 insertion(+) 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",