Skip to content

Commit d603b95

Browse files
authored
chore(test): remove starting net_kernel (#350)
* ci: update github cache actions to 4.2.0 * test(prop): do not start net_kernel start net_kernel is for debugging only
1 parent 8057857 commit d603b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prop_stateful_client_conn.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ prop_client_state_test() ->
5959
%%%%%%%%%%%%%
6060
%% @doc Initial model value at system start. Should be deterministic.
6161
initial_state() ->
62-
net_kernel:start([?MODULE, shortnames]),
62+
%% net_kernel:start([?MODULE, shortnames]),
6363
{ok, H} = quicer:connect("localhost", 14568, default_conn_opts(), 10000),
6464
#{
6565
state => connected,

0 commit comments

Comments
 (0)