]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis: skip odbc testing, we have it in circleci, closes #8796 8877/head
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>
Fri, 28 Feb 2020 10:54:08 +0000 (11:54 +0100)
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"