Skip to content

Commit

Permalink
Remove commented out lines from original_test_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 26, 2024
1 parent 9493963 commit 9136c6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ct_app/tests/original_test_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

-compile([export_all, nowarn_export_all]).

% -define(ERROR(E), (throw(E))).
-define(ERROR(E), (error(E))).
% -define(ERROR(E), (exit(E))).

all() ->
[{group, test_group},
Expand Down Expand Up @@ -51,13 +49,11 @@ test_cases() ->
failing_tc_2,
failing_tc_3].

% init_per_suite(_Config) -> ?ERROR({error, init_per_suite});
init_per_suite(Config) ->
%% atomics are automatically garbage collected
%% when they are no longer referenced
[ {counter, atomics:new(1, [{signed, false}])} | Config ].

% end_per_suite(_Config) -> ?ERROR({error, end_per_suite});
end_per_suite(Config) -> Config.

init_per_group(skipped_test_group, _Config) ->
Expand Down

0 comments on commit 9136c6d

Please sign in to comment.