TEMP: disabling React e2e tests
This commit is contained in:
parent
a84b5f4cb7
commit
ed1bad9cbc
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue