TEMP: disabling React e2e tests

This commit is contained in:
Tony Sullivan 2022-05-16 14:28:41 -05:00
parent a84b5f4cb7
commit ed1bad9cbc

View file

@ -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 () => {