Skip to content

Commit 0b713ef

Browse files
authored
stop dumping during prepare since rails does not do it either (#1032)
1 parent cf7a876 commit 0b713ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/parallel_tests/tasks.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ def active_record_61_or_greater?
203203
# fast: dump once, load in parallel
204204
type = ParallelTests::Tasks.schema_type_based_on_rails_version
205205

206-
Rake::Task["db:#{type}:dump"].invoke
207-
208206
# remove database connection to prevent "database is being accessed by other users"
209207
ActiveRecord::Base.remove_connection if ActiveRecord::Base.configurations.any?
210208

0 commit comments

Comments
 (0)