mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Disable health checks for distro builds
This commit is contained in:
parent
c63e55d020
commit
97f58ddc46
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ settings.register_profile("ci", settings(
|
||||||
))
|
))
|
||||||
settings.register_profile("deterministic", settings(
|
settings.register_profile("deterministic", settings(
|
||||||
derandomize=True,
|
derandomize=True,
|
||||||
|
perform_health_check=False
|
||||||
))
|
))
|
||||||
|
|
||||||
if os.environ.get('DETERMINISTIC_TESTS', 'false').lower() == 'true':
|
if os.environ.get('DETERMINISTIC_TESTS', 'false').lower() == 'true':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue