diff --git a/packages/astro/e2e/react.test.js b/packages/astro/e2e/react.test.js index 7812d052b..faa4a25a7 100644 --- a/packages/astro/e2e/react.test.js +++ b/packages/astro/e2e/react.test.js @@ -22,7 +22,7 @@ test.afterEach(async ({ astro }) => { astro.clean(); }); -test.skip('React', async ({ page, astro }) => { +test.only('React', async ({ page, astro }) => { await page.goto(astro.resolveUrl('/')); await test.step('server only', async () => {