test: rm stray `clear_screen` calls

This commit is contained in:
Thales Macedo Garitezi 2023-05-31 11:07:44 -03:00
parent dc4ae1a424
commit 77c9eda036
2 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ end_per_group(_Group, _Config) ->
emqx_common_test_helpers:stop_apps([]).
init_per_suite(Config) ->
emqx_common_test_helpers:clear_screen(),
Config.
end_per_suite(_Config) ->

View File

@ -102,7 +102,6 @@ end_per_group(_Group, _Config) ->
ok.
init_per_suite(Config) ->
emqx_common_test_helpers:clear_screen(),
Config.
end_per_suite(_Config) ->