We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba037de commit b2aaa98Copy full SHA for b2aaa98
test/socket-npm.test.ts
@@ -15,6 +15,7 @@ const npmFixturesPath = path.join(testPath, 'socket-npm-fixtures')
15
16
// These aliases are defined in package.json.
17
for (const npmDir of ['npm8', 'npm10']) {
18
+ if (process.env['CI']) continue // Skip this test in CI.
19
const npmPath = path.join(npmFixturesPath, npmDir)
20
const npmBinPath = path.join(npmPath, NODE_MODULES, '.bin')
21
0 commit comments