From: Peter van Dijk Date: Fri, 28 Feb 2020 10:53:30 +0000 (+0100) Subject: travis: skip odbc testing, we have it in circleci, closes #8796 X-Git-Tag: rec-4.4.0-alpha0^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8877%2Fhead;p=thirdparty%2Fpdns.git travis: skip odbc testing, we have it in circleci, closes #8796 --- 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"