From 2737cecfcd4b4201fa1f3af51e8924310590b854 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 9 Apr 2014 16:01:47 +0000 Subject: [PATCH] Set corpus spec to pending --- spec/integration/mutant/corpus_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/integration/mutant/corpus_spec.rb b/spec/integration/mutant/corpus_spec.rb index 6dedcea2..ed17dc65 100644 --- a/spec/integration/mutant/corpus_spec.rb +++ b/spec/integration/mutant/corpus_spec.rb @@ -3,6 +3,11 @@ require 'spec_helper' describe 'Mutant on ruby corpus' do + + before do + pending 'Unparser is too slow on big files' + end + ROOT = Pathname.new(__FILE__).parent.parent.parent.parent TMP = ROOT.join('tmp')