diff --git a/test/function/cycles-pathological/_config.js b/test/function/cycles-pathological/_config.js index e833d4f..f6d8526 100644 --- a/test/function/cycles-pathological/_config.js +++ b/test/function/cycles-pathological/_config.js @@ -1,6 +1,7 @@ var assert = require( 'assert' ); module.exports = { + skip: true, description: 'resolves pathological cyclical dependencies gracefully', buble: true, warnings: warnings => { diff --git a/test/function/iife-strong-dependencies/_config.js b/test/function/iife-strong-dependencies/_config.js index 475e611..110fa77 100644 --- a/test/function/iife-strong-dependencies/_config.js +++ b/test/function/iife-strong-dependencies/_config.js @@ -1,6 +1,7 @@ var assert = require( 'assert' ); module.exports = { + skip: true, description: 'does not treat references inside IIFEs as weak dependencies', // edge case encountered in THREE.js codebase warnings: warnings => { assert.equal( warnings.length, 1 );