소스 검색

test: fix flaky test

Zaiming (Stone) Shi 3 년 전
부모
커밋
a76e258d41
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/emqx/test/emqx_pool_SUITE.erl

+ 1 - 0
apps/emqx/test/emqx_pool_SUITE.erl

@@ -41,6 +41,7 @@ groups() ->
     ].
 
 init_per_suite(Config) ->
+    _ = application:stop(grpoc),
     ok = emqx_logger:set_log_level(emergency),
     application:ensure_all_started(gproc),
     Config.