Skip to content

Commit

Permalink
Merge pull request #276 from rabbitmq/stop-using-removed-application-…
Browse files Browse the repository at this point in the history
…param-in-testsuites

test: Don't set `consistent_query_interval_in_compromise`
  • Loading branch information
dumbbell authored Jul 22, 2024
2 parents 467b4b6 + b2640e6 commit dfad825
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_ra_server_helpers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
setup(Testcase) ->
_ = logger:set_primary_config(level, warning),
{ok, _} = application:ensure_all_started(khepri),
ok = application:set_env(
khepri,
consistent_query_interval_in_compromise,
2),
khepri_utils:init_list_of_modules_to_skip(),

#{ra_system := RaSystem} = Props = helpers:start_ra_system(Testcase),
Expand Down

0 comments on commit dfad825

Please sign in to comment.