From 5307d56c9743ddf4e623805c6b495a9a437df113 Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Sun, 30 Nov 2025 16:01:01 +0300 Subject: [PATCH] skip insert select test for now --- test/ecto/integration/logging_test.exs | 1 + test/ecto/integration/repo_test.exs | 1 + 2 files changed, 2 insertions(+) diff --git a/test/ecto/integration/logging_test.exs b/test/ecto/integration/logging_test.exs index ef6ecd9b..7d49a2f8 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 6a4c80b1..3d0b6043 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{