mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
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 <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25528)
This commit is contained in:
parent
c8b050eef1
commit
a941f5d52e
2
.github/workflows/run_quic_interop.yml
vendored
2
.github/workflows/run_quic_interop.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user