From: Ondřej Surý Date: Tue, 13 Jul 2021 08:19:56 +0000 (+0200) Subject: Disable the cpu system test X-Git-Tag: v9.17.17~27^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4c5dc1904be2667e0148d6bc8bfbe8ab482fd7b2;p=thirdparty%2Fbind9.git Disable the cpu system test 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. --- diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index d849ced7999..03214a87883 100644 --- a/bin/tests/system/Makefile.am +++ b/bin/tests/system/Makefile.am @@ -99,7 +99,6 @@ TESTS += \ checkconf \ checknames \ checkzone \ - cpu \ database \ dlz \ dlzexternal \