Skip a flaky e2e spec (#13225)
This commit is contained in:
parent
9533c77d7f
commit
a7d29cb3df
1 changed files with 2 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue