From ae46d110d18bb5dd05242e8a0c095879333c9be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 8 Nov 2024 15:21:03 +0100 Subject: [PATCH] test(argos): skip screenshot for /tests/pages/react-18 (#10656) --- argos/tests/screenshot.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/argos/tests/screenshot.spec.ts b/argos/tests/screenshot.spec.ts index 3ab840b92ca5..bc144730552c 100644 --- a/argos/tests/screenshot.spec.ts +++ b/argos/tests/screenshot.spec.ts @@ -52,6 +52,7 @@ function isBlacklisted(pathname: string) { // Console errors '/tests/pages/diagrams', '/tests/pages/markdown-tests-md', + '/tests/pages/react-18', // Flaky because of hydration error '/tests/blog/archive', '/tests/docs/tests/custom-props',