Skip to content

Commit

Permalink
fix: comment deploy e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar committed Oct 10, 2023
1 parent b343b5c commit fe205a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli-e2e/__tests__/deploy.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ describe('ui:deploy', () => {
await processManager.killAllProcesses();
});

describe('happy paths', () => {
// CDX-1489: unskip once service is fixed
describe.skip('happy paths', () => {
it(
'creates a new hosted page',
async () => {
Expand Down

0 comments on commit fe205a1

Please sign in to comment.