Description: Disable yargs test extends
 yargs-test-extends is not yet packaged
--- a/test/yargs.js
+++ b/test/yargs.js
@@ -1386,7 +1386,7 @@
         argv.b.should.equal(22)
         argv.z.should.equal(15)
       })
-
+/*
       // see: https://www.npmjs.com/package/yargs-test-extends
       it('allows a module to be extended, rather than a JSON file', () => {
         const argv = yargs()
@@ -1399,7 +1399,7 @@
         argv.a.should.equal(2)
         argv.c.should.equal(201)
       })
-
+*/
       it('ignores an extends key that does not look like a path or module', () => {
         const argv = yargs()
           .config({
