Disable reply with autocomplete test due to flakiness (#13409)

* disable reply with autocomplete test due to flakiness

* change to use skip
This commit is contained in:
Suzanne Aitchison 2021-04-15 13:25:27 +01:00 committed by GitHub
parent 9f48b2cfb7
commit 1a5ae75140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ describe('Comment on articles', () => {
});
describe('Comments using mention autocomplete', () => {
xit('should comment on an article with user mention autocomplete suggesting max 6 users', () => {
it.skip('should comment on an article with user mention autocomplete suggesting max 6 users', () => {
cy.intercept(
{ method: 'GET', url: '/search/usernames' },
{ fixture: 'search/usernames.json' },
@ -259,7 +259,7 @@ describe('Comment on articles', () => {
cy.get('@plainTextArea').should('be.visible');
});
it('should reply to a comment with user mention autocomplete', () => {
it.skip('should reply to a comment with user mention autocomplete', () => {
cy.intercept(
{ method: 'GET', url: '/search/usernames' },
{ fixture: 'search/usernames.json' },