From cfd9a75c23e9f3a5963af4b3ce7bd3f1f85d3a61 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 2 Apr 2017 12:30:13 +1000 Subject: [PATCH] travis: disable main.mysqlhotcopy_myisam in container builds --- .travis.compiler.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.compiler.sh b/.travis.compiler.sh index 155b3af2424f4..a6108545803ae 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