We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b728a commit ea507a5Copy full SHA for ea507a5
tests/Makefile
@@ -21,7 +21,7 @@ SKIP_TESTS_OPENSHIFT = HTTPRouteServiceTypes # Doesn't work on OpenShift due to
21
SKIP_TESTS =
22
CEL_TEST_TARGET =
23
INFERENCE_SUPPORTED_FEATURES = GatewayFollowingEPPRouting,EppUnAvailableFailOpen,HTTPRouteInvalidInferencePoolRef,InferencePoolAccepted,HTTPRouteMultipleGatewaysDifferentPools,HTTPRouteMultipleRulesDifferentPools,InferencePoolHTTPRoutePortValidation,InferencePoolInvalidEPPService,InferencePoolResolvedRefsCondition
24
-INFERENCE_SKIP_TESTS =
+INFERENCE_SKIP_TESTS = GatewayWeightedAcrossTwoInferencePools
25
26
# Check if ENABLE_EXPERIMENTAL is true
27
ifeq ($(ENABLE_EXPERIMENTAL),true)
0 commit comments