Set corpus spec to pending
This commit is contained in:
parent
efea381059
commit
2737cecfcd
1 changed files with 5 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue