From 66d54af22c033b0f5ddafec07f30811b2df8d59f Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Tue, 15 Sep 2026 17:46:32 +0800 Subject: [PATCH] issue 10429: sync the calls to IsConstrained Signed-off-by: Lyndon-Li --- pkg/exposer/vgdp_counter_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/exposer/vgdp_counter_test.go b/pkg/exposer/vgdp_counter_test.go index 6666f0ed0..621f97cf1 100644 --- a/pkg/exposer/vgdp_counter_test.go +++ b/pkg/exposer/vgdp_counter_test.go @@ -205,4 +205,3 @@ func TestVgdpCounterConcurrentIsConstrained(t *testing.T) { } wg.Wait() } -