Skip to content

Commit

Permalink
Skip flaky cypress timeline test (elastic#103779)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
kqualters-elastic and kibanamachine committed Jun 30, 2021
1 parent f2b9cd1 commit 967d35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Row renderers', () => {
});
});

it('Selected renderer can be disabled with one click', () => {
it.skip('Selected renderer can be disabled with one click', () => {
cy.get(TIMELINE_ROW_RENDERERS_DISABLE_ALL_BTN).click({ force: true });

cy.intercept('PATCH', '/api/timeline').as('updateTimeline');
Expand Down

0 comments on commit 967d35e

Please sign in to comment.