Skips flaky previewProfile.spec.js describe block (#14383)
This commit is contained in:
parent
54773a658a
commit
0eb141a7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ describe('Preview user profile from article page', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe("Preview profile on another user's article", () => {
|
||||
describe.skip("Preview profile on another user's article", () => {
|
||||
beforeEach(() => {
|
||||
cy.testSetup();
|
||||
cy.fixture('users/articleEditorV1User.json').as('user');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue