Skip tests for profile preview cards on the home feed (#17014)
This is failing for me (and had been flaky previously). https://app.travis-ci.com/forem/forem/builds/248455560 blocked a deployment because of an error (`@followsRequest` timed out waiting). I'm able to reproduce this locally and disabling until we can find a stable fix.
This commit is contained in:
parent
4509e81dd5
commit
d9a5c204e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
describe('Home feed profile preview cards', () => {
|
||||
describe.skip('Home feed profile preview cards', () => {
|
||||
beforeEach(() => {
|
||||
cy.testSetup();
|
||||
cy.fixture('users/articleEditorV2User.json').as('user');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue