Skip to content

Commit

Permalink
chore(testing): skip nextjs ct/e2e test (#17087)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens authored May 18, 2023
1 parent 15e21be commit 7ab303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress/src/cypress.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
updateFile,
updateJson,
} from '@nx/e2e/utils';

const TEN_MINS_MS = 600_000;
describe('Cypress E2E Test runner', () => {
const myapp = uniq('myapp');
Expand Down Expand Up @@ -177,9 +176,10 @@ 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('angular');
await testCtAndE2eInProject('react');
await testCtAndE2eInProject('next');
},
TEN_MINS_MS
);
Expand Down

0 comments on commit 7ab303f

Please sign in to comment.