We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b3633 commit 965aa34Copy full SHA for 965aa34
test/cases/coerced_tests.rb
@@ -1155,3 +1155,9 @@ def test_merging_with_order_with_binds_coerced
1155
assert_equal ["title LIKE N'%suffix'"], relation.order_values
1156
end
1157
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