Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit b0da4ee

Browse files
committedMay 10, 2019
tests: remove test-46-multi-arch from no-npm run
1 parent 005117c commit b0da4ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎test/test.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ console.log('');
2020
if (process.env.CI) {
2121
if (target === 'node0' ||
2222
target === 'node4' ||
23+
target === 'node6' ||
2324
target === 'node7' ||
24-
target === 'node9') {
25+
target === 'node9' ||
26+
target === 'node11') {
2527
console.log(target + ' is skipped in CI!');
2628
console.log('');
2729
process.exit();
@@ -36,6 +38,8 @@ if (flavor === 'only-npm') {
3638
list.push(path.join(__dirname, '*/main.js'));
3739
if (flavor === 'no-npm') {
3840
list.push('!' + path.join(__dirname, 'test-42-fetch-all'));
41+
list.push('!' + path.join(__dirname, 'test-46-multi-arch'));
42+
list.push('!' + path.join(__dirname, 'test-46-multi-arch-2'));
3943
list.push('!' + path.join(__dirname, 'test-79-npm'));
4044
}
4145
}

0 commit comments

Comments
 (0)
This repository has been archived.