Skip to content

Commit 576b996

Browse files
committed
Temporary debugging
1 parent c3933b8 commit 576b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ pipeline {
184184
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
185185
cd java-client-api
186186
// Ensure all modules can be built first.
187-
./gradlew clean build -x test
187+
//./gradlew clean build -x test
188188
189189
// Run a sufficient number of tests to verify the PR.
190-
./gradlew marklogic-client-api:test || true
190+
./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
191191
192192
// Run a test with the reverse proxy server to ensure it's fine.
193193
./gradlew -PtestUseReverseProxyServer=true clean runReverseProxyServer marklogic-client-api:test --tests ReadDocumentPageTest || true

0 commit comments

Comments
 (0)