We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e851684 commit 2054a79Copy full SHA for 2054a79
integration_test/test_helper.exs
@@ -126,6 +126,10 @@ excludes = [
126
127
# SQLite does not support anything except a single column in DISTINCT
128
:multicolumn_distinct,
129
+
130
+ # Run all with tag values_list, except for the "delete_all" test,
131
+ # as JOINS are not supported on DELETE statements by SQLite.
132
+ {:location, {"ecto/integration_test/cases/repo.exs", 2281}}
133
]
134
135
ExUnit.configure(exclude: excludes)
0 commit comments