Skip to content

Commit

Permalink
Disabled windows for the react 19 production test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpg committed Dec 14, 2024
1 parent b21631f commit 2e1ba84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e1ba84

Please sign in to comment.