]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable the cpu system test
authorOndřej Surý <ondrej@isc.org>
Tue, 13 Jul 2021 08:19:56 +0000 (10:19 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 13 Jul 2021 12:48:29 +0000 (14:48 +0200)
As we don't set the thread affinity, the cpu test would consistently
fail.  Disable it, but don't remove it as we might restore setting the
affinity in the future versions of BIND 9.

bin/tests/system/Makefile.am

index d849ced7999492e92af5664f781fef4c2477e42d..03214a878834613a1c30eabfcab8f6cc7d4b4d92 100644 (file)
@@ -99,7 +99,6 @@ TESTS +=                      \
        checkconf               \
        checknames              \
        checkzone               \
-       cpu                     \
        database                \
        dlz                     \
        dlzexternal             \