Parcourir la source

test: fix inter-suite flakiness

Thales Macedo Garitezi il y a 2 ans
Parent
commit
66eb4ef069
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      apps/emqx_bridge/test/emqx_bridge_webhook_SUITE.erl

+ 0 - 1
apps/emqx_bridge/test/emqx_bridge_webhook_SUITE.erl

@@ -38,7 +38,6 @@ init_per_suite(_Config) ->
     ok = emqx_common_test_helpers:start_apps([emqx_conf, emqx_bridge]),
     ok = emqx_connector_test_helpers:start_apps([emqx_resource]),
     {ok, _} = application:ensure_all_started(emqx_connector),
-    snabbkaffe:fix_ct_logging(),
     [].
 
 end_per_suite(_Config) ->