Skip to content

Commit

Permalink
chore(repo): re-enable cypress test for Next.js (#17109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored May 19, 2023
1 parent c9cd67e commit 34bdc4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/cypress/src/cypress.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ describe('env vars', () => {
it(
'should allow CT and e2e in the same project',
async () => {
// TODO(caleb): figure out why nextjs isn't release the port only in CI
// await testCtAndE2eInProject('next');
await testCtAndE2eInProject('next');
await testCtAndE2eInProject('angular');
await testCtAndE2eInProject('react');
},
Expand Down

0 comments on commit 34bdc4f

Please sign in to comment.