Blame SOURCES/bind-9.11-unit-disable-random.patch

57726f
From 373f07148217a8e70e33446f5108fb42d1079ba6 Mon Sep 17 00:00:00 2001
57726f
From: Petr Mensik <pemensik@redhat.com>
57726f
Date: Thu, 21 Feb 2019 22:42:27 +0100
57726f
Subject: [PATCH] Disable random_test
57726f
57726f
It fails too often on some architecture, failing the whole build along.
57726f
Because it runs two times for pkcs11 and normal build and any of
57726f
subtests can occasionally fail, stop it.
57726f
57726f
It can be used again by defining 'unstable' variable in Kyuafile.
57726f
---
57726f
 lib/isc/tests/Kyuafile | 2 +-
57726f
 1 file changed, 1 insertion(+), 1 deletion(-)
57726f
57726f
diff --git a/lib/isc/tests/Kyuafile b/lib/isc/tests/Kyuafile
57726f
index 4cd2574..9df2340 100644
57726f
--- a/lib/isc/tests/Kyuafile
57726f
+++ b/lib/isc/tests/Kyuafile
57726f
@@ -19,7 +19,7 @@ tap_test_program{name='pool_test'}
57726f
 tap_test_program{name='print_test'}
57726f
 tap_test_program{name='queue_test'}
57726f
 tap_test_program{name='radix_test'}
57726f
-tap_test_program{name='random_test'}
57726f
+tap_test_program{name='random_test', required_configs='unstable'}
57726f
 tap_test_program{name='regex_test'}
57726f
 tap_test_program{name='result_test'}
57726f
 tap_test_program{name='safe_test'}
57726f
-- 
57726f
2.20.1
57726f