Skip to content

Commit e6d384f

Browse files
Disable logging integration test (#80)
1 parent e118505 commit e6d384f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration_test/test_helper.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ ExUnit.start(
112112
# SQLite3 does not support the concat function
113113
:concat,
114114

115-
:placeholders
115+
:placeholders,
116+
117+
# Fails the regex matching because it uses square brackets outside of the parameter list
118+
:parameter_logging
116119
]
117120
)

0 commit comments

Comments
 (0)