Skip to content

Commit 2fb2ace

Browse files
committed
Don't run tests that are not supported
1 parent 4e986b5 commit 2fb2ace

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
@@ -109,8 +109,12 @@ excludes = [
109109
# SQLite3 stores booleans as integers, causing Ecto's json_extract_path tests to fail
110110
:json_extract_path,
111111

112+
# SQLite3 does not support ON DELETE SET DEFAULT
113+
:on_delete_default_all,
114+
112115
# SQLite3 doesn't support specifying columns for ON DELETE SET NULL
113116
:on_delete_nilify_column_list,
117+
:on_delete_default_column_list,
114118

115119
# not sure how to support this yet
116120
:bitstring_type,

0 commit comments

Comments
 (0)