From ce4cbc874d1e6d2c772d1c4897ec91cf336c2bb2 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 8 Mar 2019 14:59:11 +0100 Subject: [PATCH] Skip a few tests (and still keep some good coverage) as not to hit the Travis 50min limit. Suggested by Habbie. --- build-scripts/travis.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.47.2