Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/ecto/integration/logging_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/ecto/integration/repo_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
Loading