Skip to content

Commit 9e55c17

Browse files
authored
chore: don't stop node during tests (#1681)
1 parent d974153 commit 9e55c17

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/integration/region_aware_routing_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ defmodule Realtime.Integration.RegionAwareRoutingTest do
2727

2828
on_exit(fn ->
2929
Application.put_env(:realtime, :master_region, original_master_region)
30-
Clustered.stop()
3130
end)
3231

3332
%{master_node: master_node}

test/support/clustered.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,4 @@ defmodule Clustered do
120120

121121
{:ok, pid, node}
122122
end
123-
124-
def stop() do
125-
Node.stop()
126-
end
127123
end

0 commit comments

Comments
 (0)