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) ->