diff --git a/integration_test/test_helper.exs b/integration_test/test_helper.exs index 1c84be0..633fe44 100644 --- a/integration_test/test_helper.exs +++ b/integration_test/test_helper.exs @@ -112,6 +112,9 @@ ExUnit.start( # SQLite3 does not support the concat function :concat, - :placeholders + :placeholders, + + # Fails the regex matching because it uses square brackets outside of the parameter list + :parameter_logging ] )