Skip to content

Commit 5211dfe

Browse files
committed
skip flaky suite (#79389)
1 parent 57b7702 commit 5211dfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/security_solution/cypress/integration/timeline_creation.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ import { openTimeline } from '../tasks/timelines';
4545

4646
import { OVERVIEW_URL } from '../urls/navigation';
4747

48-
describe('Timelines', () => {
48+
// FLAKY: https://github.com/elastic/kibana/issues/79389
49+
describe.skip('Timelines', () => {
4950
before(() => {
5051
cy.server();
5152
cy.route('PATCH', '**/api/timeline').as('timeline');

0 commit comments

Comments
 (0)