diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b4499cd5a17ddbbf81644d1184aabd2f830a48f2..62a4b907e8bb07e08b6f688a5148c568350e9cf4 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -21,7 +21,7 @@ Rspec.configure do |config|
   DatabaseCleaner.orm = "mongoid"
 
   config.before(:suite) do
-    DatabaseCleaner.strategy = :transaction
+    #DatabaseCleaner.strategy = :transaction
     DatabaseCleaner.clean_with(:truncation)
   end