Skip to content

Commit 965aa34

Browse files
committed
Coerce test_eager_loading_too_may_ids due to rails issue
1 parent c0b3633 commit 965aa34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,3 +1155,9 @@ def test_merging_with_order_with_binds_coerced
11551155
assert_equal ["title LIKE N'%suffix'"], relation.order_values
11561156
end
11571157
end
1158+
1159+
1160+
class EagerLoadingTooManyIdsTest < ActiveRecord::TestCase
1161+
# Temporarily coerce this test due to https://github.com/rails/rails/issues/34945
1162+
coerce_tests! :test_eager_loading_too_may_ids
1163+
end

0 commit comments

Comments
 (0)