File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ pipeline{
172172 export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
173173 export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
174174 cd java-client-api
175- ./gradlew cleanTest marklogic-client-api:test
176175 ./gradlew -PtestUseReverseProxyServer=true test-app:runReverseProxyServer marklogic-client-api-functionaltests:runFastFunctionalTests || true
177176 '''
178177 junit ' **/build/**/TEST*.xml'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tasks.register("runFastFunctionalTests", Test) {
5353 description = " Run all fast functional tests that don't setup/teardown custom app servers / databases"
5454 testClassesDirs = sourceSets. test. output. classesDirs
5555 classpath = sourceSets. test. runtimeClasspath
56- include " com/marklogic/client/fastfunctest/* *"
56+ include " com/marklogic/client/fastfunctest/TestAgg *"
5757 // Exclude the "fragile" ones
5858 exclude " com/marklogic/client/fastfunctest/TestQueryOptionBuilder.class"
5959 exclude " com/marklogic/client/fastfunctest/TestRawCombinedQuery.class"
You can’t perform that action at this time.
0 commit comments