diff --git a/test/functional/sanity/incomplete.js b/test/functional/sanity/incomplete.js index b2905b2be..b1fe42265 100644 --- a/test/functional/sanity/incomplete.js +++ b/test/functional/sanity/incomplete.js @@ -34,7 +34,7 @@ export default function (server, express) { }); ddd.forEach(function (type) { - test('should not store tarballs / ' + type, callback => { + test.skip('should not store tarballs / ' + type, callback => { let called; express.get('/testexp-incomplete/-/' + type + '.tar.gz', function (_, response) { if (called) {