mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "reconnect after the fork returns"
This reverts commit baf5f47b87
.
Reason: This is breaking the sqlite3 tests with a missing transacion.
Could not investigate right now.
cc @tenderlove
This commit is contained in:
parent
71ff7d9c65
commit
adbd04ff80
1 changed files with 0 additions and 2 deletions
|
@ -1356,8 +1356,6 @@ class BasicsTest < ActiveRecord::TestCase
|
|||
wr.close
|
||||
assert Marshal.load rd.read
|
||||
rd.close
|
||||
ensure
|
||||
ActiveRecord::Base.connection.reconnect!
|
||||
end
|
||||
|
||||
def test_marshalling_new_record_round_trip_with_associations
|
||||
|
|
Loading…
Reference in a new issue