We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8057857 commit d603b95Copy full SHA for d603b95
test/prop_stateful_client_conn.erl
@@ -59,7 +59,7 @@ prop_client_state_test() ->
59
%%%%%%%%%%%%%
60
%% @doc Initial model value at system start. Should be deterministic.
61
initial_state() ->
62
- net_kernel:start([?MODULE, shortnames]),
+ %% net_kernel:start([?MODULE, shortnames]),
63
{ok, H} = quicer:connect("localhost", 14568, default_conn_opts(), 10000),
64
#{
65
state => connected,
0 commit comments