Skip to content

Commit

Permalink
Merge branch 'canary' into sokra/css-styles-client-nav-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed May 7, 2024
2 parents c59b546 + 31567dd commit 893bec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/next-test/next-test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ describe('next test', () => {
})
})

it('should execute playwright tests', async () => {
// TODO: fix the playwright download issue
it.skip('should execute playwright tests', async () => {
const { stdout } = spawnSync('pnpm', ['next', 'experimental-test'], {
cwd: basicExample.testDir,
encoding: 'utf-8',
Expand Down

0 comments on commit 893bec3

Please sign in to comment.