Skip to content

Commit 6c1ed97

Browse files
committed
Add new KCP leak
Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent ec6ea96 commit 6c1ed97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/framework/leak_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var (
3535
goleak.IgnoreTopFunction("k8s.io/apiserver/pkg/storage/storagebackend/factory.newETCD3Check.func2"),
3636
goleak.IgnoreTopFunction("k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop"),
3737
goleak.IgnoreTopFunction("k8s.io/client-go/util/workqueue.(*Typed[...]).updateUnfinishedWorkLoop"),
38+
goleak.IgnoreTopFunction("k8s.io/apimachinery/pkg/util/wait.BackoffUntilWithContext"),
3839
}
3940
)
4041

0 commit comments

Comments
 (0)