From 25cb115e5f34ad0d23c2634636b2c49c840e6898 Mon Sep 17 00:00:00 2001 From: zmstone Date: Tue, 10 Jun 2025 08:48:42 +0200 Subject: [PATCH] chore: delete unused test dep --- rebar.config | 3 +-- test/ecpool_SUITE.erl | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 8e7930f3..68fe957f 100644 --- a/rebar.config +++ b/rebar.config @@ -34,8 +34,7 @@ {profiles, [ {test, [ - {deps, [{meck, "0.9.2"}, - {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.0"}}}]}, + {deps, [{meck, "0.9.2"}]}, {erl_opts, [debug_info]} ]} ]}. diff --git a/test/ecpool_SUITE.erl b/test/ecpool_SUITE.erl index bd310699..8658a53b 100644 --- a/test/ecpool_SUITE.erl +++ b/test/ecpool_SUITE.erl @@ -87,9 +87,6 @@ groups() -> init_per_suite(Config) -> {ok, _} = application:ensure_all_started(gproc), {ok, _} = application:ensure_all_started(ecpool), - %% Uncomment the following line to see OTP crash reports - %% (this seems to be disabled by default by common test) - %% snabbkaffe:fix_ct_logging(), Config. end_per_suite(_Config) ->