Closed
Description
from #22280 (comment)
# add to pandas/conftest.py
from hypothesis import settings, HealthCheck
settings.default.suppress_health_check = (HealthCheck.TooSlow,)
# HealthCheck.all() to disable all health checks