Skip to content

Commit

Permalink
QUIC TXP: Re-enable accidentially disabled tests
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21565)
  • Loading branch information
hlandau committed Aug 10, 2023
1 parent 1623bf3 commit ec2b45f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/quic_txp_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ static int helper_init(struct helper *h)
if (!TEST_true(ossl_qrx_add_dst_conn_id(h->qrx, &dcid_1)))
goto err;

ossl_qrx_allow_1rtt_processing(h->qrx);

rc = 1;
err:
if (!rc)
Expand Down Expand Up @@ -1548,7 +1550,6 @@ static int run_script(int script_idx, const struct script_op *script)

static int test_script(int idx)
{
if (idx + 1 != 18) return 1;
return run_script(idx, scripts[idx]);
}

Expand Down

0 comments on commit ec2b45f

Please sign in to comment.