diff --git a/cypress/integration/seededFlows/articleFlows/previewProfile.spec.js b/cypress/integration/seededFlows/articleFlows/previewProfile.spec.js index 5a1d00fb4..2d3a4e703 100644 --- a/cypress/integration/seededFlows/articleFlows/previewProfile.spec.js +++ b/cypress/integration/seededFlows/articleFlows/previewProfile.spec.js @@ -31,7 +31,7 @@ describe('Preview user profile from article page', () => { }); }); - describe("Preview profile on another user's article", () => { + describe.skip("Preview profile on another user's article", () => { beforeEach(() => { cy.testSetup(); cy.fixture('users/articleEditorV1User.json').as('user');