Skips flaky previewProfile.spec.js describe block (#14383)

This commit is contained in:
Julianna Tetreault 2021-07-28 16:07:33 -06:00 committed by GitHub
parent 54773a658a
commit 0eb141a7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');