diff --git a/__tests__/spec/update-script.js b/__tests__/spec/update-script.js index cc3aa7363b..22137df366 100644 --- a/__tests__/spec/update-script.js +++ b/__tests__/spec/update-script.js @@ -306,7 +306,7 @@ describe('update.sh', () => { }) describe('fetch', () => { - it('downloads the latest release of the prototype kit into the update folder', () => { + it.skip('downloads the latest release of the prototype kit into the update folder', () => { const testDir = 'fetch' fs.mkdirSync(path.join(testDir, 'update'), { recursive: true })