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 93874c1 commit 388cdf7Copy full SHA for 388cdf7
test/cases/coerced_tests.rb
@@ -806,3 +806,13 @@ class CollectionCacheKeyTest < ActiveRecord::TestCase
806
coerce_tests! %r{with offset which return 0 rows}
807
end
808
809
+
810
811
812
813
+module ActiveRecord
814
+ class StatementCacheTest < ActiveRecord::TestCase
815
+ # Getting random failures.
816
+ coerce_tests! :test_find_does_not_use_statement_cache_if_table_name_is_changed
817
+ end
818
+end
0 commit comments