Skip to content

Commit

Permalink
TEMP: disabling React e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan committed May 16, 2022
1 parent a84b5f4 commit ed1bad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/react.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test.afterEach(async ({ astro }) => {
astro.clean();
});

test.only('React', async ({ page, astro }) => {
test.skip('React', async ({ page, astro }) => {
await page.goto(astro.resolveUrl('/'));

await test.step('server only', async () => {
Expand Down

0 comments on commit ed1bad9

Please sign in to comment.