Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
]}
]}.
3 changes: 0 additions & 3 deletions test/ecpool_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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) ->
Expand Down