diff --git a/docs/test-version.md b/docs/test-version.md index 1c4cc740c..332530640 100644 --- a/docs/test-version.md +++ b/docs/test-version.md @@ -16,4 +16,4 @@ The following Gateway API version and Ingress were tested as part of the release | Ingress | Tested version | Unavailable features | | ------- | ----------------------- | ------------------------------ | | Istio | v1.20.3 | retry,httpoption,update | -| Contour | v1.28.1 | httpoption,basics/http2,grpc,grpc/split,update | +| Contour | v1.28.1 | httpoption,update | diff --git a/hack/test-env.sh b/hack/test-env.sh index 8c124ef60..8d0ad3e6a 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -18,4 +18,4 @@ export GATEWAY_API_VERSION="v1.0.0" export ISTIO_VERSION="1.20.3" export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption,update" export CONTOUR_VERSION="v1.28.1" -export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,basics/http2,grpc,grpc/split,update" +export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,update"