We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6650422 commit db2ec96Copy full SHA for db2ec96
test/postgrex_test.exs
@@ -10,7 +10,8 @@ defmodule PostgrexTest do
10
assert result == Enum.join(search_path, ", ")
11
end
12
13
- # This test fails due to a bug betweem Elixir and Erlang in earlier versions of Elixir.
+ # 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.
15
if Version.match?(System.version(), ">= 1.17.2") do
16
test "start_link/2 detects invalid search path" do
17
# invalid argument
0 commit comments