mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
Disabled windows for the react 19 production test.
This commit is contained in:
parent
b21631ffb6
commit
2e1ba84664
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ import { loadFixture } from '../../../astro/test/test-utils.js';
|
||||||
let fixture;
|
let fixture;
|
||||||
|
|
||||||
describe('React Production Components', () => {
|
describe('React Production Components', () => {
|
||||||
|
if (isWindows) return;
|
||||||
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
/**
|
/**
|
||||||
* Ensures that the NODE_ENV is set to "production" for this runner.
|
* Ensures that the NODE_ENV is set to "production" for this runner.
|
||||||
|
|
Loading…
Add table
Reference in a new issue