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