diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2017-04-02 12:30:13 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-04-06 11:26:34 -0400 |
commit | cfd9a75c23e9f3a5963af4b3ce7bd3f1f85d3a61 (patch) | |
tree | 5042d659a80add6c5c011fb998b94719e7ad2836 /.travis.compiler.sh | |
parent | eb04ee5c9d2416aa45acd1353dff19f569e96317 (diff) | |
download | mariadb-git-cfd9a75c23e9f3a5963af4b3ce7bd3f1f85d3a61.tar.gz |
travis: disable main.mysqlhotcopy_myisam in container builds
Diffstat (limited to '.travis.compiler.sh')
-rwxr-xr-x | .travis.compiler.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.compiler.sh b/.travis.compiler.sh index 155b3af2424..a6108545803 100755 --- a/.travis.compiler.sh +++ b/.travis.compiler.sh @@ -10,3 +10,6 @@ elif [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'g++' ]]; then export MYSQL_BUILD_CXX=g++-${GCC_VERSION}; export MYSQL_BUILD_CC=gcc-${GCC_VERSION} fi +# main.mysqlhotcopy_myisam consitently failed in travis containers +# https://travis-ci.org/grooverdan/mariadb-server/builds/217661580 +echo 'main.mysqlhotcopy_myisam : unstable in containers' | tee -a debian/unstable-tests.amd64 |