diff --git a/test/ecto/integration/logging_test.exs b/test/ecto/integration/logging_test.exs index ef6ecd9..7d49a2f 100644 --- a/test/ecto/integration/logging_test.exs +++ b/test/ecto/integration/logging_test.exs @@ -188,6 +188,7 @@ defmodule Ecto.Integration.LoggingTest do @uuid_regex ~r/[0-9a-f]{2}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/i @naive_datetime_regex ~r/~N\[[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}\]/ + @tag :skip test "for insert_all with query" do # Source query int = 1 diff --git a/test/ecto/integration/repo_test.exs b/test/ecto/integration/repo_test.exs index 6a4c80b..3d0b604 100644 --- a/test/ecto/integration/repo_test.exs +++ b/test/ecto/integration/repo_test.exs @@ -530,6 +530,7 @@ defmodule Ecto.Integration.RepoTest do end describe "insert_all with source query" do + @tag :skip test "insert_all with query and conflict target" do {:ok, %Post{id: id}} = TestRepo.insert(%Post{