From: Neil Horman Date: Tue, 24 Sep 2024 10:24:55 +0000 (-0400) Subject: quic-interop: exlude multiplexing X-Git-Tag: openssl-3.5.0-alpha1~1047 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a941f5d52e874a6d854e2e49290f69ec3048cc7a;p=thirdparty%2Fopenssl.git quic-interop: exlude multiplexing The multiplexing test works on local runs, but appears to be failing in CI, possibly due to some environmental limitation (the test generates a large list of requests in an environment variable), leading to not sending all the requests needed. Disable the test for now, and look to re-enable it after release when we can appropriately diagnose the problem Reviewed-by: Viktor Dukhovni Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25528) --- diff --git a/.github/workflows/run_quic_interop.yml b/.github/workflows/run_quic_interop.yml index b77880d5cf5..d39e6fc9b83 100644 --- a/.github/workflows/run_quic_interop.yml +++ b/.github/workflows/run_quic_interop.yml @@ -10,7 +10,7 @@ jobs: run_quic_interop: strategy: matrix: - tests: [http3, transfer, handshake, retry, chacha20, resumption, multiplexing] + tests: [http3, transfer, handshake, retry, chacha20, resumption] servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy] fail-fast: false runs-on: ubuntu-latest