diff --git a/cypress/integration/seededFlows/homeFeedFlows/profilePreviewCards.spec.js b/cypress/integration/seededFlows/homeFeedFlows/profilePreviewCards.spec.js index 49c1fb780..d6ab4cec0 100644 --- a/cypress/integration/seededFlows/homeFeedFlows/profilePreviewCards.spec.js +++ b/cypress/integration/seededFlows/homeFeedFlows/profilePreviewCards.spec.js @@ -1,4 +1,4 @@ -describe('Home feed profile preview cards', () => { +describe.skip('Home feed profile preview cards', () => { beforeEach(() => { cy.testSetup(); cy.fixture('users/articleEditorV2User.json').as('user');