diff --git a/smoke-tests/test/fixtures/setup.js b/smoke-tests/test/fixtures/setup.js index f59c2cae60ff7..003a2ee302e18 100644 --- a/smoke-tests/test/fixtures/setup.js +++ b/smoke-tests/test/fixtures/setup.js @@ -140,6 +140,7 @@ module.exports = async (t, { testdir = {}, debug } = {}) => { '--no-audit', '--no-update-notifier', '--loglevel=silly', + '--fetch-retries=0', ] const [positionals, flags] = args.reduce((acc, arg) => { if (arg.startsWith('-')) { diff --git a/smoke-tests/test/index.js b/smoke-tests/test/index.js index 4aafcb2cbd2e1..98f276be841b7 100644 --- a/smoke-tests/test/index.js +++ b/smoke-tests/test/index.js @@ -267,9 +267,6 @@ t.test('basic', async t => { const manifest = abbrevManifest() await registry.package({ manifest: manifest, - tarballs: { - '1.1.1': join(paths.root, 'packages', 'abbrev-1.1.1'), - }, }) await npm('update', '--no-save')