diff --git a/.github/workflows/run_quic_interop_server.yml b/.github/workflows/run_quic_interop_server.yml index 6e9e192573e11..5daabfef379d3 100644 --- a/.github/workflows/run_quic_interop_server.yml +++ b/.github/workflows/run_quic_interop_server.yml @@ -10,7 +10,7 @@ jobs: run_quic_interop: strategy: matrix: - tests: [http3, transfer, handshake, retry, chacha20, resumption] + tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit] servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy] clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl] fail-fast: false