You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/01 16:15:02 UTC

[geode] branch feature/GEODE-5212 updated: Run full integraion tests again

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch feature/GEODE-5212
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push:
     new 79c539a  Run full integraion tests again
79c539a is described below

commit 79c539a57686f27ad265d58b6d2940daa5dcd075
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Wed Aug 1 09:14:43 2018 -0700

    Run full integraion tests again
---
 ci/scripts/test-run.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index c6263dc..c739d65 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -143,10 +143,6 @@ pushd ${GEODE_BUILD}
   echo "Running tests"
   set -x
 
-  if [ "${GRADLE_TASK}" = "integrationTest" ]; then
-    GRADLE_TASK="geode-core:integrationTest --tests BackupIntegrationTest"
-  fi
-
 #    ./gradlew --no-daemon -x javadoc -x spotlessCheck :geode-assembly:acceptanceTest --tests org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest
   ./gradlew ${PARALLEL_DUNIT} \
       ${DUNIT_PARALLEL_FORKS} \