Skip to content

Commit 3bb0f61

Browse files
committed
maybe
1 parent fae7dc2 commit 3bb0f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-tests/test/npm-replace-global.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ t.test('publish and replace global self', async t => {
125125
await npmPackage({
126126
manifest: { packuments: [publishedPackument] },
127127
tarballs: { [version]: tarball },
128-
times: 3,
128+
times: setup.SMOKE_PUBLISH ? 3 : 2,
129129
})
130130
await fs.rm(cache, { recursive: true, force: true })
131131
await useNpm('install', 'npm@latest', '--global')
@@ -135,7 +135,7 @@ t.test('publish and replace global self', async t => {
135135
const tarball = await npmLocalTarball()
136136

137137
if (setup.SMOKE_PUBLISH) {
138-
// await npmPackage()
138+
await npmPackage()
139139
}
140140
registry.nock.put('/npm', body => {
141141
if (body._id === 'npm' && body.versions[version]) {

0 commit comments

Comments
 (0)