From: Remi Gacogne Date: Fri, 13 Dec 2019 14:16:53 +0000 (+0100) Subject: auth: Disable the IPv6 ComboAddress test in CircleCI X-Git-Tag: rec-4.4.0-alpha0~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec0b05bb8f36eb50ace1d8a30957ae228083d26;p=thirdparty%2Fpdns.git auth: Disable the IPv6 ComboAddress test in CircleCI --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 286d8b43ed..5f1bb83242 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -543,7 +543,7 @@ jobs: product: auth - run: name: Run unit tests - command: make check || (cat pdns/test-suite.log; false) + command: PDNS_TEST_NO_IPV6=1 make check || (cat pdns/test-suite.log; false) - run: name: Install the binaries command: make install