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.