]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis: skip odbc testing, we have it in circleci, closes #8796
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 28 Feb 2020 10:53:30 +0000 (11:53 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 3 Mar 2020 13:43:18 +0000 (14:43 +0100)
(backport of #8877)

(cherry picked from commit 0d756465537c613b48c9b3bc3aa85d1b13090543)

build-scripts/travis.sh

index 7b0f5314cc1809f8c67d181081f0e96d30900574..80445cb89485a3e822a29be6e96222ad3b0d564c 100755 (executable)
@@ -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"