Skip flaky cypress timeline test (#103779)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kevin Qualters 2021-06-29 21:11:58 -04:00 committed by GitHub
parent 712ab004c5
commit ff475164ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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