Skip to content

Commit 67b7b4f

Browse files
committed
Disable the request mirroring conformance tests again
1 parent c6643c1 commit 67b7b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NGF_VERSION ?= edge## NGF version to be tested
1414
PULL_POLICY = Never## Pull policy for the images
1515
NGINX_CONF_DIR = internal/mode/static/nginx/conf
1616
PROVISIONER_MANIFEST = conformance/provisioner/provisioner.yaml
17-
SUPPORTED_EXTENDED_FEATURES = HTTPRouteQueryParamMatching,HTTPRouteMethodMatching,HTTPRoutePortRedirect,HTTPRouteSchemeRedirect,HTTPRouteHostRewrite,HTTPRoutePathRewrite,GatewayPort8080,HTTPRouteResponseHeaderModification,HTTPRoutePathRedirect,GatewayHTTPListenerIsolation,HTTPRouteRequestMirror,HTTPRouteRequestMultipleMirrors
17+
SUPPORTED_EXTENDED_FEATURES = HTTPRouteQueryParamMatching,HTTPRouteMethodMatching,HTTPRoutePortRedirect,HTTPRouteSchemeRedirect,HTTPRouteHostRewrite,HTTPRoutePathRewrite,GatewayPort8080,HTTPRouteResponseHeaderModification,HTTPRoutePathRedirect,GatewayHTTPListenerIsolation
1818
STANDARD_CONFORMANCE_PROFILES = GATEWAY-HTTP,GATEWAY-GRPC
1919
EXPERIMENTAL_CONFORMANCE_PROFILES = GATEWAY-TLS
2020
CONFORMANCE_PROFILES = $(STANDARD_CONFORMANCE_PROFILES) # by default we use the standard conformance profiles. If experimental is enabled we override this and add the experimental profiles.

0 commit comments

Comments
 (0)