Commit 77e148ca5e3b1793bea63ddbc1ae45ac4ef1e95d

Authored by Nick Recobra
1 parent ee7d973c
Exists in master and in 1 other branch production

Turning off long running spec.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
spec/controllers/errs_controller_spec.rb
... ... @@ -33,6 +33,7 @@ describe ErrsController do
33 33 end
34 34  
35 35 it "should handle lots of errors" do
  36 + pending "Turning off long running spec"
36 37 1000.times { Factory :notice }
37 38 lambda { get :index }.should_not raise_error
38 39 end
... ...