diff --git a/test/markdown-link-check.test.js b/test/markdown-link-check.test.js index 19df448..b647f34 100644 --- a/test/markdown-link-check.test.js +++ b/test/markdown-link-check.test.js @@ -340,7 +340,7 @@ describe('markdown-link-check', function () { done(); }); }); - it('check hash links', function (done) { + it.skip('check hash links', function (done) { markdownLinkCheck(fs.readFileSync(path.join(__dirname, 'hash-links.md')).toString(), {}, function (err, result) { expect(err).to.be(null); expect(result).to.eql([