Skip to content

Commit 97f58dd

Browse files
committed
Disable health checks for distro builds
1 parent c63e55d commit 97f58dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def benchmark():
3535
))
3636
settings.register_profile("deterministic", settings(
3737
derandomize=True,
38+
perform_health_check=False
3839
))
3940

4041
if os.environ.get('DETERMINISTIC_TESTS', 'false').lower() == 'true':

0 commit comments

Comments
 (0)