Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

same health-check ignoring for all profiles #361

Merged
merged 2 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added newsfragments/361.minor
Empty file.
5 changes: 5 additions & 0 deletions src/magic_folder/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ def _configure_hypothesis():
settings.register_profile(
"magic-folder-fast",
max_examples=1,
# see magic-folder-ci profile below for justification
suppress_health_check=[
HealthCheck.too_slow,
],
deadline=None,
)

settings.register_profile(
Expand Down