Skip to content

Commit

Permalink
test: maybe fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Oct 7, 2024
1 parent 7200040 commit 3086274
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/quicer_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2553,10 +2553,7 @@ tc_event_start_compl_client(Config) ->
{ok, Conn} = quicer:connect(
"localhost",
Port,
[
{disable_1rtt_encryption, true}
| default_conn_opts()
],
default_conn_opts(),
5000
),
%% Stream 1 enabled
Expand Down Expand Up @@ -2616,10 +2613,7 @@ tc_event_start_compl_server(Config) ->
{ok, Conn} = quicer:connect(
"localhost",
Port,
[
{disable_1rtt_encryption, true}
| default_conn_opts()
],
default_conn_opts(),
5000
),
%% Stream 1 enabled
Expand Down

0 comments on commit 3086274

Please sign in to comment.