test(source): fix flaky test (#5514)

This commit is contained in:
Michel Loiseleur 2025-06-09 16:14:24 +02:00 committed by GitHub
parent 28cac12dbe
commit fd214141d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -643,10 +643,7 @@ func TestPodSource(t *testing.T) {
},
},
} {
t.Run(tc.title, func(t *testing.T) {
t.Parallel()
kubernetes := fake.NewClientset()
ctx := context.Background()