From: Otto Moerbeek Date: Fri, 8 Mar 2019 13:59:11 +0000 (+0100) Subject: Skip a few tests (and still keep some good coverage) as not to hit the Travis X-Git-Tag: auth-4.2.0-rc1~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7551%2Fhead;p=thirdparty%2Fpdns.git Skip a few tests (and still keep some good coverage) as not to hit the Travis 50min limit. Suggested by Habbie. --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 55890e1d85..74f839fba1 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -541,8 +541,8 @@ test_auth() { run "./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both" run "./timestamp ./start-test-stop 5300 gpgsql-both" run "./timestamp ./start-test-stop 5300 gpgsql-nsec3-both" - run "./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both" - run "./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow" + #run "./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both" + #run "./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow" run "./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both" run "./timestamp ./start-test-stop 5300 gsqlite3-both" @@ -556,11 +556,11 @@ test_auth() { run "./timestamp ./start-test-stop 5300 remotebackend-pipe" run "./timestamp ./start-test-stop 5300 remotebackend-pipe-dnssec" - run "./timestamp ./start-test-stop 5300 remotebackend-unix" + #run "./timestamp ./start-test-stop 5300 remotebackend-unix" run "./timestamp ./start-test-stop 5300 remotebackend-unix-dnssec" - run "./timestamp ./start-test-stop 5300 remotebackend-http" + #run "./timestamp ./start-test-stop 5300 remotebackend-http" run "./timestamp ./start-test-stop 5300 remotebackend-http-dnssec" - run "./timestamp ./start-test-stop 5300 remotebackend-zeromq" + #run "./timestamp ./start-test-stop 5300 remotebackend-zeromq" run "./timestamp ./start-test-stop 5300 remotebackend-zeromq-dnssec" run "./timestamp ./start-test-stop 5300 tinydns"