Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[CHORE] suppress filter too much health check from ef #3333

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions chromadb/test/ef/test_default_ef.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ def test_unavailable_provider_multiple(providers: List[str]) -> None:
),
min_size=1,
unique_by=unique_by,
suppress_health_check=[
hypothesis.HealthCheck.filter_too_much
],
)
)
def test_available_provider(providers: List[str]) -> None:
Expand Down
Loading