Skip to content

Commit 69045d5

Browse files
committed
DEBUG
1 parent 9d5ffcd commit 69045d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/kind-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
fail-fast: false # Keep running if one leg fails.
1212
matrix:
1313
k8s-version:
14-
- v1.28.x
14+
# - v1.28.x
1515
- v1.29.x
1616
ingress:
17-
- istio
18-
- contour
17+
# - istio
18+
# - contour
1919
- envoy-gateway
2020

2121
env:

test/e2e-common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ function knative_conformance() {
194194
go_test_e2e -timeout=20m -tags=e2e -parallel="${parallel_count}" ./test/conformance \
195195
-enable-alpha \
196196
-enable-beta \
197+
-run ^TestIngressConformance/httpoption$ \
197198
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
198199
-ingressClass=gateway-api.ingress.networking.knative.dev
199200

0 commit comments

Comments
 (0)