Skip to content

Commit

Permalink
resolve PR-TODO regarding event syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Feb 21, 2025
1 parent f937c30 commit f72dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/events/event_embedded_coverage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe('Planning.Events: embedded coverage', () => {
.should('exist');
});

// PR-TODO: drop this test?
// TODO: consider re-enabling in the future when event syncing is reimplemented
it.skip('SDESK-6071: update new Planning when event dates changes', () => {
subnav.createEvent();
editor.waitTillOpen();
Expand Down

0 comments on commit f72dba4

Please sign in to comment.