mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Tests: Disable buildtest random tests
It doesn't work well with ccache in CI
This commit is contained in:
parent
8a67d1bb51
commit
a9d87cd873
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue