| Index: ports/devenv/build.sh
|
| diff --git a/ports/devenv/build.sh b/ports/devenv/build.sh
|
| index b6475171078791e2c7ddd39d4e0fb4809831ceb4..d4109cd04ed405871cafe21d39623fa0414276e2 100644
|
| --- a/ports/devenv/build.sh
|
| +++ b/ports/devenv/build.sh
|
| @@ -154,11 +154,14 @@ PostInstallTestStep() {
|
| LogExecute python ${START_DIR}/jseval_test.py -x -vv -a ${arch}
|
| fi
|
| # Run large and io2014 tests only on the buildbots (against pinned revs).
|
| - if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then
|
| - LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
|
| - -x -vv -a ${arch}
|
| - LogExecute python ${START_DIR}/../devenv/io2014_test.py \
|
| - -x -vv -a ${arch}
|
| - fi
|
| + # Temporarily disabled until the latest set of pkg files is uplaoded
|
| + # by the buildbots
|
| + # TODO(sbc): reenable this.
|
| + #if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then
|
| + #LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
|
| + #-x -vv -a ${arch}
|
| + #LogExecute python ${START_DIR}/../devenv/io2014_test.py \
|
| + #-x -vv -a ${arch}
|
| + #fi
|
| done
|
| }
|
|
|