Przeglądaj źródła

test: suppress ct:print/2 producing ton of useless logs

JianBo He 3 lat temu
rodzic
commit
0a6276f9fe
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      apps/emqx/test/emqx_hooks_SUITE.erl

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

@@ -50,7 +50,6 @@ t_add_hook_order(_) ->
         proper:quickcheck(
             add_hook_order_prop(),
             [
-                {on_output, fun ct:print/2},
                 {numtests, 1000}
             ]
         )