mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Skip flaky cypress timeline test (#103779)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
712ab004c5
commit
ff475164ed
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue