Skip to content

Commit 152e890

Browse files
committed
DEBUG
1 parent 69045d5 commit 152e890

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/e2e-common.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ function knative_conformance() {
198198
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
199199
-ingressClass=gateway-api.ingress.networking.knative.dev
200200

201+
kubectl get ksvc -A -o yaml
202+
203+
kubectl get httproute -A -o yaml
204+
201205
return $?
202206
}
203207

test/e2e-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ failed=0
2626

2727
if [[ "$GATEWAY_TESTS_ONLY" -eq "0" ]]; then
2828
knative_conformance || failed=1
29-
test_ha || failed=1
30-
test_e2e || failed=1
29+
# test_ha || failed=1
30+
# test_e2e || failed=1
3131
fi
3232

3333
if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then

0 commit comments

Comments
 (0)