From db2ec9680a61a71f54380363cb68ca9b71816451 Mon Sep 17 00:00:00 2001 From: Tyler Witt Date: Tue, 14 Jan 2025 00:18:13 +0900 Subject: [PATCH] Update test/postgrex_test.exs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Valim --- test/postgrex_test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/postgrex_test.exs b/test/postgrex_test.exs index 590342a2..399fc924 100644 --- a/test/postgrex_test.exs +++ b/test/postgrex_test.exs @@ -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