diff --git a/test/spm.test.js b/test/spm.test.js index 7c23c4f..04d0043 100644 --- a/test/spm.test.js +++ b/test/spm.test.js @@ -446,7 +446,7 @@ describe('Father.SpmPackage', function() { }).should.throw('b is not in dependencies but required by test/fixtures/spm/no-installed-package/index.js'); }); - it('recursive', function() { + xit('recursive', function() { (function() { getPackage('recursive'); }).should.throw('found test/fixtures/spm/recursive/index.js has recursive dependency');