diff --git a/apps/trading-e2e/src/integration/trading-orders.cy.ts b/apps/trading-e2e/src/integration/trading-orders.cy.ts index 94d872201..2cbe5cc1d 100644 --- a/apps/trading-e2e/src/integration/trading-orders.cy.ts +++ b/apps/trading-e2e/src/integration/trading-orders.cy.ts @@ -423,4 +423,9 @@ describe('amend and cancel order', { tags: '@smoke' }, () => { testOrderCancellation(order); }); }); + it.skip('tbd for 7003-MORD', () => { + // NOT COVERED: must see the reference, offset and direction for each part pegged order - waiting for clarification + // NOT COVERED: must see the reference, offset and direction for each part liquidity order order - waiting for clarification + // NOT COVERED: must be warned (pre-submit) if the input price has too many digits after the decimal place for the market - issues/2486 + }); });