From db86e134d4e0047d41a264dc5688aa728a872509 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 28 Feb 2020 11:53:30 +0100 Subject: [PATCH] travis: skip odbc testing, we have it in circleci, closes #8796 (backport of #8877) (cherry picked from commit 0d756465537c613b48c9b3bc3aa85d1b13090543) --- build-scripts/travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 7b0f5314cc..80445cb894 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -514,7 +514,8 @@ test_auth() { run "sudo perl -i -pe 's/\]/]\nThreading=1/g' /etc/odbcinst.ini" run "cat /etc/odbcinst.ini" run "export GODBC_SQLITE3_DSN=pdns-sqlite3-1" - run "./timestamp ./start-test-stop 5300 godbc_sqlite3-nsec3" + # this test is unstable on the library versions in the Travis trusty image + # run "./timestamp ./start-test-stop 5300 godbc_sqlite3-nsec3" run "./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both" run "./timestamp ./start-test-stop 5300 gpgsql-both" -- 2.39.2