From: Ondřej Surý Date: Tue, 5 Jun 2018 20:49:14 +0000 (+0200) Subject: Disable the random_test from the regular kyua run, we are either using cryptolib... X-Git-Tag: v9.13.1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcdfe961904aeffae5ef3511b4774efb0df964c;p=thirdparty%2Fbind9.git Disable the random_test from the regular kyua run, we are either using cryptolib PRNG or non-CS PRNG --- diff --git a/lib/isc/tests/Atffile b/lib/isc/tests/Atffile index 8681844d411..359b30604ed 100644 --- a/lib/isc/tests/Atffile +++ b/lib/isc/tests/Atffile @@ -20,7 +20,6 @@ tp: pool_test tp: print_test tp: queue_test tp: radix_test -tp: random_test tp: regex_test tp: result_test tp: safe_test diff --git a/lib/isc/tests/Kyuafile b/lib/isc/tests/Kyuafile index 1c510c12119..e0d5355e365 100644 --- a/lib/isc/tests/Kyuafile +++ b/lib/isc/tests/Kyuafile @@ -19,7 +19,6 @@ atf_test_program{name='pool_test'} atf_test_program{name='print_test'} atf_test_program{name='queue_test'} atf_test_program{name='radix_test'} -atf_test_program{name='random_test'} atf_test_program{name='regex_test'} atf_test_program{name='result_test'} atf_test_program{name='safe_test'}