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 69045d5 commit 152e890Copy full SHA for 152e890
test/e2e-common.sh
@@ -198,6 +198,10 @@ function knative_conformance() {
198
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
199
-ingressClass=gateway-api.ingress.networking.knative.dev
200
201
+ kubectl get ksvc -A -o yaml
202
+
203
+ kubectl get httproute -A -o yaml
204
205
return $?
206
}
207
test/e2e-tests.sh
@@ -26,8 +26,8 @@ failed=0
26
27
if [[ "$GATEWAY_TESTS_ONLY" -eq "0" ]]; then
28
knative_conformance || failed=1
29
- test_ha || failed=1
30
- test_e2e || failed=1
+# test_ha || failed=1
+# test_e2e || failed=1
31
fi
32
33
if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then
0 commit comments