From a300a7ddc743ff25bd8e7de58449cbac97e8df17 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Tue, 11 Aug 2026 09:18:57 +0200 Subject: [PATCH] test: mark test_get_snapshot with run_alone to deflake macOS CI --- tests/unit/crawlers/_playwright/test_playwright_crawler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/crawlers/_playwright/test_playwright_crawler.py b/tests/unit/crawlers/_playwright/test_playwright_crawler.py index cc2e474e22..aa2a18ba86 100644 --- a/tests/unit/crawlers/_playwright/test_playwright_crawler.py +++ b/tests/unit/crawlers/_playwright/test_playwright_crawler.py @@ -630,6 +630,7 @@ async def some_hook(context: PlaywrightPreNavCrawlingContext) -> None: assert 'headless' not in fingerprints['window.navigator.userAgent'].lower() +@pytest.mark.run_alone async def test_get_snapshot(server_url: URL) -> None: crawler = PlaywrightCrawler()