From 4c5dc1904be2667e0148d6bc8bfbe8ab482fd7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 13 Jul 2021 10:19:56 +0200 Subject: [PATCH] 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. --- bin/tests/system/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index d849ced799..03214a8788 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 \