diff --git a/spec/controllers/errs_controller_spec.rb b/spec/controllers/errs_controller_spec.rb index ad2bbf2..3952604 100644 --- a/spec/controllers/errs_controller_spec.rb +++ b/spec/controllers/errs_controller_spec.rb @@ -33,6 +33,7 @@ describe ErrsController do end it "should handle lots of errors" do + pending "Turning off long running spec" 1000.times { Factory :notice } lambda { get :index }.should_not raise_error end -- libgit2 0.21.2