We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c92f36 commit de6855bCopy full SHA for de6855b
1 file changed
x-pack/plugins/security_solution/cypress/integration/timeline_template_creation.spec.ts
@@ -43,7 +43,8 @@ import { openTimeline } from '../tasks/timelines';
43
44
import { OVERVIEW_URL } from '../urls/navigation';
45
46
-describe('Timeline Templates', () => {
+// FLAKY: https://github.com/elastic/kibana/issues/79967
47
+describe.skip('Timeline Templates', () => {
48
before(() => {
49
cy.server();
50
cy.route('PATCH', '**/api/timeline').as('timeline');
0 commit comments