Skip to content

Commit db2ec96

Browse files
TylerWittjosevalim
andauthored
Update test/postgrex_test.exs
Co-authored-by: José Valim <jose.valim@gmail.com>
1 parent 6650422 commit db2ec96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/postgrex_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ defmodule PostgrexTest do
1010
assert result == Enum.join(search_path, ", ")
1111
end
1212

13-
# This test fails due to a bug betweem Elixir and Erlang in earlier versions of Elixir.
13+
# gen_statem reports are only captured on Elixir v1.17+
14+
# but a bug causes the Logger to crash on v1.17.0 and v1.17.1.
1415
if Version.match?(System.version(), ">= 1.17.2") do
1516
test "start_link/2 detects invalid search path" do
1617
# invalid argument

0 commit comments

Comments
 (0)