Skip to content

Commit de6855b

Browse files
committed
skip flaky suite (#79967)
1 parent 4c92f36 commit de6855b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

4444
import { OVERVIEW_URL } from '../urls/navigation';
4545

46-
describe('Timeline Templates', () => {
46+
// FLAKY: https://github.com/elastic/kibana/issues/79967
47+
describe.skip('Timeline Templates', () => {
4748
before(() => {
4849
cy.server();
4950
cy.route('PATCH', '**/api/timeline').as('timeline');

0 commit comments

Comments
 (0)