Skip to content

Commit

Permalink
Merge branch 'canary' into styfle/max-image-url-length
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored May 7, 2024
2 parents 6b8d8a9 + 31567dd commit fbe1fd7
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 fbe1fd7

Please # to comment.