Skip to content

Commit

Permalink
Update test/postgrex_test.exs
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
TylerWitt and josevalim authored Jan 13, 2025
1 parent 6650422 commit db2ec96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/postgrex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ defmodule PostgrexTest do
assert result == Enum.join(search_path, ", ")
end

# 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+
# but a bug causes the Logger to crash on v1.17.0 and v1.17.1.
if Version.match?(System.version(), ">= 1.17.2") do
test "start_link/2 detects invalid search path" do
# invalid argument
Expand Down

0 comments on commit db2ec96

Please sign in to comment.