mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixing bug where 1.8 hangs while running pg tests
This commit is contained in:
@@ -258,7 +258,7 @@ end
|
||||
|
||||
unless current_adapter?(:SybaseAdapter, :OpenBaseAdapter) || in_memory_db?
|
||||
class PessimisticLockingTest < ActiveRecord::TestCase
|
||||
self.use_transactional_fixtures = false unless supports_savepoints?
|
||||
self.use_transactional_fixtures = false
|
||||
fixtures :people, :readers
|
||||
|
||||
def setup
|
||||
|
||||
Reference in New Issue
Block a user