Commit f1dc78f
test: Fix flaky tests in adaptive crawler and sitemap loader
Add @pytest.mark.flaky(rerun=3) to test_adaptive_context_query_selector_beautiful_soup
matching the parsel variant. Increase timeout in test_data_persistence_for_sitemap_loading
from 2s to 10s to avoid TimeoutError on Windows CI with httpx.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f241ead commit f1dc78f
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- tests/unit
- crawlers/_adaptive_playwright
- request_loaders
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
634 | 638 | | |
635 | 639 | | |
636 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments