mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#79389)
This commit is contained in:
parent
255b865be8
commit
4f4abf2286
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ import { openTimeline } from '../tasks/timelines';
|
|||
|
||||
import { OVERVIEW_URL } from '../urls/navigation';
|
||||
|
||||
describe('Timelines', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/79389
|
||||
describe.skip('Timelines', () => {
|
||||
before(() => {
|
||||
cy.server();
|
||||
cy.route('PATCH', '**/api/timeline').as('timeline');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue