From 2e1ba84664af1cc987061c6c73e998c935d57e5b Mon Sep 17 00:00:00 2001 From: jeroenpg Date: Sat, 14 Dec 2024 17:55:56 +0100 Subject: [PATCH] Disabled windows for the react 19 production test. --- .../integrations/react/test/react-component-production.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/integrations/react/test/react-component-production.test.js b/packages/integrations/react/test/react-component-production.test.js index 6502b409835c..9cdcec246aef 100644 --- a/packages/integrations/react/test/react-component-production.test.js +++ b/packages/integrations/react/test/react-component-production.test.js @@ -6,6 +6,8 @@ import { loadFixture } from '../../../astro/test/test-utils.js'; let fixture; describe('React Production Components', () => { + if (isWindows) return; + before(async () => { /** * Ensures that the NODE_ENV is set to "production" for this runner.