Tests: Disable buildtest random tests

It doesn't work well with ccache in CI
This commit is contained in:
Roger A. Light 2026-04-29 11:38:07 +01:00 committed by Roger Light
parent 8a67d1bb51
commit a9d87cd873

View file

@ -126,4 +126,4 @@ def random_tests(count, run_tests):
if __name__ == "__main__":
run_tests = False
simple_tests(run_tests)
random_tests(2, run_tests)
#random_tests(2, run_tests)