We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e9050 commit 8a7a3c3Copy full SHA for 8a7a3c3
VERSION
@@ -1 +1 @@
1
-2.6.2
+2.7.0
test/integration/cluster_pooling_test.exs
@@ -6,7 +6,7 @@ defmodule Supavisor.Integration.ClusterPoolingTest do
6
alias Postgrex, as: P
7
alias Supavisor.Support.Cluster
8
9
- @tag cluster: true
+ @tag cluster: true, flaky: true
10
test "nodes start unclustered then cluster and pools work across all nodes" do
11
db_conf = Application.get_env(:supavisor, Repo)
12
0 commit comments