We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d1edf commit f30e259Copy full SHA for f30e259
1 file changed
Jenkinsfile
@@ -206,7 +206,7 @@ pipeline {
206
./gradlew clean build -x test
207
208
echo "Run a sufficient number of tests to verify the PR."
209
- ./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
+ ./gradlew marklogic-client-api:test
210
211
echo "Run a test with the reverse proxy server to ensure it's fine."
212
./gradlew -PtestUseReverseProxyServer=true runReverseProxyServer marklogic-client-api-functionaltests:test --tests SearchWithPageLengthTest || true
0 commit comments