We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae5890 commit 9bd6798Copy full SHA for 9bd6798
Jenkinsfile
@@ -16,7 +16,7 @@ def runTests() {
16
17
cd ..
18
rm -rf $WORKSPACE/*.xml || true
19
- ./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic/documents-data-movement*.js --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/test-basic-reports.xml || true
+ ./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
20
21
// Turning these off temporarily
22
// ./node_modules/.bin/gulp setupProxyTests || true
0 commit comments