chore: comment out flakey test

This commit is contained in:
Matthew Russell
2023-08-15 11:20:27 +01:00
parent 1dca9220b7
commit 3c28f01bc6
@@ -27,7 +27,8 @@ describe('positions', { tags: '@smoke', testIsolation: true }, () => {
validatePositionsDisplayed();
});
it('renders positions on portfolio page', () => {
// TODO: move this to sim, its flakey
it.skip('renders positions on portfolio page', () => {
cy.mockGQL((req) => {
const positions = positionsQuery();
if (positions.positions?.edges) {