diff --git a/cypress/integration/articleFlows/commentOnArticle.spec.js b/cypress/integration/articleFlows/commentOnArticle.spec.js index 8f1c90fb0..1ed8742ba 100644 --- a/cypress/integration/articleFlows/commentOnArticle.spec.js +++ b/cypress/integration/articleFlows/commentOnArticle.spec.js @@ -202,7 +202,8 @@ describe('Comment on articles', () => { cy.findByText('@search_user_1').should('not.be.visible'); }); - it('should reply to a comment with user mention autocomplete', () => { + // TODO: Flaky spec + xit('should reply to a comment with user mention autocomplete', () => { cy.intercept( { method: 'GET', url: '/search/usernames' }, { fixture: 'search/usernames.json' },