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