]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable the "kasp" system test on Windows v9.16.5
authorMichał Kępień <michal@isc.org>
Fri, 3 Jul 2020 10:44:14 +0000 (12:44 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 3 Jul 2020 10:44:14 +0000 (12:44 +0200)
MR !3771 added some checks to the "kasp" system test that always fail on
Windows.  This issue will be investigated in due course.  Until it is
addressed, prevent the "kasp" system test from being run on Windows.

bin/tests/system/conf.sh.common
bin/tests/system/conf.sh.in

index 2b07d739ef0de431a08c75f3bf574bb59dcd83e5..44a0d158a2f4de0f7bb74f4f8f4d5f5714e19b02 100644 (file)
@@ -61,7 +61,7 @@ PARALLEL_COMMON="dnssec rpzrecurse serve-stale \
        ednscompliance emptyzones \
        fetchlimit filter-aaaa formerr forward \
        geoip2 glue idna inline integrity ixfr \
-       kasp keepalive legacy limits \
+       keepalive legacy limits \
        masterfile masterformat metadata mirror mkeys \
        names notify nslookup nsupdate nzd2nzf \
        padding pending pipelined qmin \
index 532abca001c8649546b36154484ef4954f150a03..9ccaac489872157a4e104a91563a3c0d1e0a7395 100644 (file)
@@ -83,7 +83,7 @@ KRB5_CONFIG=/dev/null
 SEQUENTIAL_UNIX="@PKCS11_TEST@"
 SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
 
-PARALLEL_UNIX="@CHECKDS@ @COVERAGE@ @DNSTAP@ @KEYMGR@ logfileconfig"
+PARALLEL_UNIX="@CHECKDS@ @COVERAGE@ @DNSTAP@ kasp @KEYMGR@ logfileconfig"
 PARALLELDIRS="$PARALLEL_COMMON $PARALLEL_UNIX"
 
 SUBDIRS="$SEQUENTIALDIRS $PARALLELDIRS"