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 73878d5 commit 0cb2732Copy full SHA for 0cb2732
test/cases/coerced_tests.rb
@@ -315,6 +315,10 @@ module ConnectionAdapters
315
316
317
module ActiveRecord
318
+ class DatabaseTasksDumpSchemaCacheTest < ActiveRecord::TestCase
319
+ # Skip this test with /tmp/my_schema_cache.yml path on Windows.
320
+ coerce_tests! :test_dump_schema_cache if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
321
+ end
322
class DatabaseTasksCreateAllTest < ActiveRecord::TestCase
323
# We extend `local_database?` so that common VM IPs can be used.
324
coerce_tests! :test_ignores_remote_databases, :test_warning_for_remote_databases
0 commit comments