test(pulsar_producer): fix flaky test
This commit is contained in:
parent
99796224d8
commit
3e4790edd4
|
@ -1040,7 +1040,7 @@ t_resource_manager_crash_before_producers_started(Config) ->
|
|||
end),
|
||||
%% even if the resource manager is dead, we can still
|
||||
%% clear the allocated resources.
|
||||
{{error, {config_update_crashed, {killed, _}}}, {ok, _}} =
|
||||
{{error, {config_update_crashed, _}}, {ok, _}} =
|
||||
?wait_async_action(
|
||||
create_bridge(Config),
|
||||
#{?snk_kind := pulsar_bridge_stopped, pulsar_producers := undefined},
|
||||
|
|
Loading…
Reference in New Issue