Skip to content

Commit 4b8c87e

Browse files
authored
chore: Skip flaky test test_crawler_statistics_persistence (#1559)
1 parent 6330347 commit 4b8c87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/crawlers/_basic/test_basic_crawler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,7 @@ def _process_run_crawler(requests: list[str], storage_dir: str) -> StatisticsSta
16731673
return asyncio.run(_run_crawler(requests=requests, storage_dir=storage_dir))
16741674

16751675

1676+
@pytest.mark.skip(reason='This test is flaky, see https://github.com/apify/crawlee-python/issues/1560.')
16761677
async def test_crawler_statistics_persistence(tmp_path: Path) -> None:
16771678
"""Test that crawler statistics persist and are loaded correctly.
16781679

0 commit comments

Comments
 (0)