Skip to content

Commit

Permalink
disable client alpn check
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Sep 25, 2024
1 parent 36e3c55 commit a5e5765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ function run_e2e_tests(){
# Revert gRPC patch.
git apply -R ./openshift/patches/004-grpc.patch

# Temporary solution for the grpc-go client version 1.67.0
export GRPC_ENFORCE_ALPN_ENABLED=false

# Run test with the prefix "TestGRPC".
go_test_e2e -timeout=10m ./test/e2e -parallel=1 \
-run "TestGRPC" \
Expand Down

0 comments on commit a5e5765

Please sign in to comment.