Skip to content

Commit fae7dc2

Browse files
committed
maybe
1 parent 4d3d19c commit fae7dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)