Skip to content

Commit 90e0840

Browse files
committed
Remove single test selection
1 parent 8372d7e commit 90e0840

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
@@ -57,7 +57,7 @@ run-conformance-tests: ## Run conformance tests
5757
kubectl run -i conformance \
5858
--image=$(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --image-pull-policy=Never \
5959
--overrides='{ "spec": { "serviceAccountName": "conformance" } }' \
60-
--restart=Never -- sh -c "go test -v . -run 'TestConformance/BackendTLSPolicy' -tags conformance,experimental -args --gateway-class=$(GATEWAY_CLASS) \
60+
--restart=Never -- sh -c "go test -v . -tags conformance,experimental -args --gateway-class=$(GATEWAY_CLASS) \
6161
--supported-features=$(SUPPORTED_EXTENDED_FEATURES) --version=$(NGF_VERSION) --skip-tests=$(SKIP_TESTS) --conformance-profiles=$(CONFORMANCE_PROFILES) \
6262
--report-output=output.txt; cat output.txt" | tee output.txt
6363
./scripts/check-pod-exit-code.sh conformance

0 commit comments

Comments
 (0)