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 84b35be commit 6fd1dcaCopy full SHA for 6fd1dca
test/cases/coerced_tests.rb
@@ -1966,3 +1966,13 @@ class BasePreventWritesLegacyTest < ActiveRecord::TestCase
1966
end
1967
1968
1969
+
1970
+class MigratorTest < ActiveRecord::TestCase
1971
+ # Test fails on Windows AppVeyor CI for unknown reason.
1972
+ coerce_tests! :test_migrator_db_has_no_schema_migrations_table if RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
1973
+end
1974
1975
+class MultiDbMigratorTest < ActiveRecord::TestCase
1976
1977
1978
0 commit comments