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 6a6650b commit 708570dCopy full SHA for 708570d
test/cases/coerced_tests.rb
@@ -1470,3 +1470,15 @@ def test_vebose_query_logs_coerced
1470
original_test_vebose_query_logs
1471
end
1472
1473
+
1474
1475
1476
1477
+class ActiveRecordSchemaTest < ActiveRecord::TestCase
1478
+ # Workaround for randomly failing test.
1479
+ coerce_tests! :test_has_primary_key
1480
+ def test_has_primary_key_coerced
1481
+ @schema_migration.reset_column_information
1482
+ original_test_has_primary_key
1483
+ end
1484
+end
0 commit comments