Skip to content

Commit 2e0a73d

Browse files
committed
MLE-21839 : test-teardown.js throws error on Jenkins
1 parent dc2b1e0 commit 2e0a73d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def runTests(String type,String version){
1818
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic/ --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/test-basic-reports.xml -g \'logging|archivePath\' --invert || true
1919
./node_modules/.bin/gulp setupProxyTests || true
2020
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic-proxy/lib/**/*.js --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/test-basic-proxy-reports.xml -g \'logging|archivePath\' --invert || true
21-
node etc/test-teardown.js -u admin:admin
2221
'''
2322

2423
}

0 commit comments

Comments
 (0)