Skip to content

Commit 20743a9

Browse files
author
spicychickensauce
committed
Exclude out of scope values_list test
1 parent e851684 commit 20743a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_test/test_helper.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ excludes = [
126126

127127
# SQLite does not support anything except a single column in DISTINCT
128128
: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}}
129133
]
130134

131135
ExUnit.configure(exclude: excludes)

0 commit comments

Comments
 (0)