From 5010e1821f2c9a75117b0907a06527300c5c99f3 Mon Sep 17 00:00:00 2001 From: salonichf5 <146118978+salonichf5@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:00:34 -0700 Subject: [PATCH] diable weighted inference pool tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 320049777f..0e5779ee1c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -21,7 +21,7 @@ SKIP_TESTS_OPENSHIFT = HTTPRouteServiceTypes # Doesn't work on OpenShift due to SKIP_TESTS = CEL_TEST_TARGET = INFERENCE_SUPPORTED_FEATURES = GatewayFollowingEPPRouting,EppUnAvailableFailOpen,HTTPRouteInvalidInferencePoolRef,InferencePoolAccepted,HTTPRouteMultipleGatewaysDifferentPools,HTTPRouteMultipleRulesDifferentPools,InferencePoolHTTPRoutePortValidation,InferencePoolInvalidEPPService,InferencePoolResolvedRefsCondition -INFERENCE_SKIP_TESTS = +INFERENCE_SKIP_TESTS = GatewayWeightedAcrossTwoInferencePools # Check if ENABLE_EXPERIMENTAL is true ifeq ($(ENABLE_EXPERIMENTAL),true)