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 710d60a commit 659fb1bCopy full SHA for 659fb1b
tests/Makefile
@@ -20,7 +20,7 @@ SKIP_TESTS_OPENSHIFT = HTTPRouteServiceTypes # Doesn't work on OpenShift due to
20
SKIP_TESTS =
21
CEL_TEST_TARGET =
22
INFERENCE_SUPPORTED_FEATURES = GatewayFollowingEPPRouting,EppUnAvailableFailOpen,HTTPRouteInvalidInferencePoolRef,InferencePoolAccepted,HTTPRouteMultipleGatewaysDifferentPools,HTTPRouteMultipleRulesDifferentPools,InferencePoolHTTPRoutePortValidation,InferencePoolInvalidEPPService,InferencePoolResolvedRefsCondition,GatewayWeightedAcrossTwoInferencePools
23
-INFERENCE_SKIP_TESTS =
+INFERENCE_SKIP_TESTS = GatewayFollowingEPPRoutingWithDataParallelism
24
25
# Check if ENABLE_EXPERIMENTAL is true
26
ifeq ($(ENABLE_EXPERIMENTAL),true)
0 commit comments