Disable health checks for distro builds

This commit is contained in:
Markus Unterwaditzer 2018-02-05 17:01:37 +01:00
parent c63e55d020
commit 97f58ddc46

View file

@ -35,6 +35,7 @@ settings.register_profile("ci", settings(
))
settings.register_profile("deterministic", settings(
derandomize=True,
perform_health_check=False
))
if os.environ.get('DETERMINISTIC_TESTS', 'false').lower() == 'true':