2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Disable the random_test from the regular kyua run, we are either using cryptolib PRNG or non-CS PRNG

This commit is contained in:
Ondřej Surý 2018-06-05 22:49:14 +02:00
parent 3d39d805c7
commit edcdfe9619
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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'}