Skip a flaky e2e spec (#13225)

This commit is contained in:
Mac Siri 2021-04-01 16:45:14 -04:00 committed by GitHub
parent 9533c77d7f
commit a7d29cb3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },