Skip to content

Commit e9df691

Browse files
committed
Trying to fix test #3368
1 parent b82d062 commit e9df691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scripts/runFunctionalTests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
BRANCH=$3
1111
if [ -z $BRANCH ]; then
12-
BRANCH=feature/issue994
12+
BRANCH=dev
1313
fi
1414

1515
ECODATA_LOCAL_DIR=$2
@@ -51,7 +51,7 @@ cd $MERIT_DIR
5151
chmod u+x src/main/scripts/loadFunctionalTestData.sh
5252

5353
echo "Running functional tests"
54-
GRADLE_OPTS="-Xmx1g" ./gradlew integrationTest "-Dorg.gradle.jvmargs=-Xmx1g" --stacktrace -Dgeb.env=$GEB_ENV -Dwebdriver.chrome.driver=/usr/bin/chromedriver
54+
GRADLE_OPTS="-Xmx1g" ./gradlew integrationTest "-Dorg.gradle.jvmargs=-Xmx1g" --stacktrace -Dgeb.env=$GEB_ENV -Dwebdriver.chrome.driver=/usr/bin/chromedriver --tests "au.org.ala.fieldcapture.RlpReportingSpec"
5555

5656
RETURN_VALUE=$?
5757

0 commit comments

Comments
 (0)