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