From: Remi Gacogne Date: Fri, 27 Sep 2019 14:11:23 +0000 (+0200) Subject: dnsdist: Exclude TLS session resumption tests from Travis (no DoH, old libssl) X-Git-Tag: dnsdist-1.4.0-rc3~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e3798913cc42004f9ec711a74ada6aa9e865fb2;p=pdns dnsdist: Exclude TLS session resumption tests from Travis (no DoH, old libssl) --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 3373f02b7..aa6934c62 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -640,7 +640,7 @@ test_recursor() { test_dnsdist(){ run "cd regression-tests.dnsdist" - run "DNSDISTBIN=$HOME/dnsdist/bin/dnsdist ./runtests -v --ignore-files='(?:^\.|^_,|^setup\.py$|^test_DOH\.py$|^test_OCSP\.py$)'" + run "DNSDISTBIN=$HOME/dnsdist/bin/dnsdist ./runtests -v --ignore-files='(?:^\.|^_,|^setup\.py$|^test_DOH\.py$|^test_OCSP\.py$|^test_TLSSessionResumption\.py$)'" run "rm -f ./DNSCryptResolver.cert ./DNSCryptResolver.key" run "cd .." }