From 0e3798913cc42004f9ec711a74ada6aa9e865fb2 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 27 Sep 2019 16:11:23 +0200 Subject: [PATCH] dnsdist: Exclude TLS session resumption tests from Travis (no DoH, old libssl) --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .." } -- 2.40.0