Skip to content

Commit 90ea3c3

Browse files
committed
remove 5.9.0 version example to speed up integration tests
1 parent c6a0635 commit 90ea3c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

maven-nodejs-proxy/src/test/java/io/wcm/devops/maven/nodejsproxy/resource/MavenProxyResourceTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,20 @@ public class MavenProxyResourceTest {
4242
// test with the following NodeJS and NPM versions
4343
private static final String[] NODEJS_VERSIONS = {
4444
"0.12.0",
45-
"4.4.0",
46-
"5.9.0",
45+
"4.4.0"
4746
};
4847
private static final String[] NODEJS_TARGETS = {
4948
"-windows-x86.exe",
5049
"-windows-x64.exe",
5150
"-linux-x86.tar.gz",
5251
"-linux-x64.tar.gz",
53-
"-darwin-x64.tar.gz",
52+
"-darwin-x64.tar.gz"
5453
};
5554
private static final String[] NPM_VERSIONS = {
5655
"1.4.9"
5756
};
5857
private static final String[] NPM_TARGETS = {
59-
".tgz",
58+
".tgz"
6059
};
6160

6261
@Rule

0 commit comments

Comments
 (0)