Skip to content

Commit b2aaa98

Browse files
committed
ohhhh
1 parent ba037de commit b2aaa98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/socket-npm.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const npmFixturesPath = path.join(testPath, 'socket-npm-fixtures')
1515

1616
// These aliases are defined in package.json.
1717
for (const npmDir of ['npm8', 'npm10']) {
18+
if (process.env['CI']) continue // Skip this test in CI.
1819
const npmPath = path.join(npmFixturesPath, npmDir)
1920
const npmBinPath = path.join(npmPath, NODE_MODULES, '.bin')
2021

0 commit comments

Comments
 (0)