We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eb900 commit 4b7aeb5Copy full SHA for 4b7aeb5
1 file changed
test/test_helper.exs
@@ -3,7 +3,11 @@ Logger.configure(level: :info)
3
ExUnit.start exclude: [:uses_usec, :id_type, :read_after_writes,
4
:sql_fragments, :decimal_type, :invalid_prefix,
5
:transaction, :foreign_key_constraint, :composite_pk,
6
- :join, :returning]
+ :join, :returning,
7
+
8
+ # TODO: Turn these back on
9
+ :with_conflict_target, :without_conflict_target
10
+ ]
11
12
Application.put_env(:ecto, :primary_key_type, :binary_id)
13
Application.put_env(:ecto, :async_integration_tests, false)
0 commit comments