]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Disable the IPv6 ComboAddress test in CircleCI
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Dec 2019 14:16:53 +0000 (15:16 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 7 Feb 2020 09:30:06 +0000 (10:30 +0100)
.circleci/config.yml

index 286d8b43ed4bd3ca58d4f845e801a06a148ddfb5..5f1bb832423a5bd72f0e1347c0fdc0cb1379f972 100644 (file)
@@ -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