From b4ba25b2a5cc8be1b70ebdf0007543db50dc738e Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 7 May 2024 21:05:05 -0700 Subject: [PATCH] maybe --- smoke-tests/test/npm-replace-global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/test/npm-replace-global.js b/smoke-tests/test/npm-replace-global.js index 7178216ff16ad..e152095977b77 100644 --- a/smoke-tests/test/npm-replace-global.js +++ b/smoke-tests/test/npm-replace-global.js @@ -125,7 +125,7 @@ t.test('publish and replace global self', async t => { await npmPackage({ manifest: { packuments: [publishedPackument] }, tarballs: { [version]: tarball }, - times: setup.SMOKE_PUBLISH ? 3 : 2, + times: setup.SMOKE_PUBLISH ? 2 : 3, }) await fs.rm(cache, { recursive: true, force: true }) await useNpm('install', 'npm@latest', '--global')