Skip to content

Commit fd21414

Browse files
authored
test(source): fix flaky test (kubernetes-sigs#5514)
1 parent 28cac12 commit fd21414

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/pod_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,10 +643,7 @@ func TestPodSource(t *testing.T) {
643643
},
644644
},
645645
} {
646-
647646
t.Run(tc.title, func(t *testing.T) {
648-
t.Parallel()
649-
650647
kubernetes := fake.NewClientset()
651648
ctx := context.Background()
652649

0 commit comments

Comments
 (0)