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 0aebcc8 commit 370689cCopy full SHA for 370689c
test/cases/coerced_tests.rb
@@ -627,6 +627,9 @@ def test_schema_dump_keeps_large_precision_integer_columns_as_decimal_coerced
627
# This accidently returns the wrong number because of our tables too.
628
coerce_tests! :test_types_line_up
629
630
+ # This is a poorly written test and really does not catch the bottom'ness it is meant too. Ours throw it off.
631
+ coerce_tests! :test_foreign_keys_are_dumped_at_the_bottom_to_circumvent_dependency_issues
632
+
633
end
634
635
0 commit comments