Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-38057: [Python][CI] Fix flaky hypothesis tests (apache#38058)
### Rationale for this change Some hypothesis tests are consistently flaky due to taking too long to generate examples. "Too long" is ~2 seconds so let's just suppress the warnings. It is suppressed only for a small number of tests. ### What changes are included in this PR? * Suppress hypothesis warnings for test data generation being too slow (> 2 seconds). ### Are these changes tested? Will test the hypothesis CI job here. ### Are there any user-facing changes? No * Closes: apache#38057 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information