Skip to content

Commit

Permalink
Temporarily disable spelling and sip uptodate tests on Travis
Browse files Browse the repository at this point in the history
Tests are timing out for an unknown reason, causing valid commits
to fail
  • Loading branch information
nyalldawson committed Jul 26, 2017
1 parent 3e3f1d4 commit 8293699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/code_layout/script.sh
Expand Up @@ -16,5 +16,5 @@ set -e

pushd build
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "sip_uptodate|spelling" --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
popd

0 comments on commit 8293699

Please sign in to comment.