From 6dfd11cc61f7b384fca57a99804b5c8a83c43feb Mon Sep 17 00:00:00 2001 From: Chih-Chieh Yang <7364402+cyang49@users.noreply.github.com> Date: Fri, 15 Jul 2022 14:45:54 +0000 Subject: [PATCH] Allow apf concurrency util test to import prometheus --- hack/verify-prometheus-imports.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/verify-prometheus-imports.sh b/hack/verify-prometheus-imports.sh index 3572a3d905f..b29f8949f90 100755 --- a/hack/verify-prometheus-imports.sh +++ b/hack/verify-prometheus-imports.sh @@ -74,6 +74,7 @@ allowed_prometheus_importers=( ./test/e2e_node/resource_metrics_test.go ./test/instrumentation/main_test.go ./test/integration/apiserver/flowcontrol/concurrency_test.go + ./test/integration/apiserver/flowcontrol/concurrency_util_test.go ./test/integration/metrics/metrics_test.go )