Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(transport/vn): allow dropped_rx of 1 (#2363)
`compatible_upgrade_large_initial` tests whether Neqo can handle an ACK using QUIC version Y on a connection that ends up using QUIC version X. #2228 changed the test, asserting that the server will drop 2 instead of 1 packet. This spuriosly fails on CI: https://github.com/mozilla/neqo/actions/runs/12796212878/job/35675377711?pr=2295 This commit allows both 1 and 2 packets dropped by the server.
- Loading branch information