From 6e6e14e945ec765cf7cc28033f55fd8226898ad5 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 17 Mar 2020 07:38:39 -0700 Subject: [PATCH] skip flaky test (#60369) (cherry picked from commit b9cc3e940cb8b21ca32783e249d47da2eeb37afa) --- .../siem/cypress/integration/timeline_flyout_button.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/cypress/integration/timeline_flyout_button.spec.ts b/x-pack/legacy/plugins/siem/cypress/integration/timeline_flyout_button.spec.ts index 1a94a4abbe5bf..f76ecf2cba1b9 100644 --- a/x-pack/legacy/plugins/siem/cypress/integration/timeline_flyout_button.spec.ts +++ b/x-pack/legacy/plugins/siem/cypress/integration/timeline_flyout_button.spec.ts @@ -29,7 +29,8 @@ describe('timeline flyout button', () => { cy.get(TIMELINE_FLYOUT_BODY).should('have.css', 'visibility', 'visible'); }); - it('sets the flyout button background to euiColorSuccess with a 10% alpha channel when the user starts dragging a host, but is not hovering over the flyout button', () => { + // FLAKY: https://github.com/elastic/kibana/issues/60369 + it.skip('sets the flyout button background to euiColorSuccess with a 10% alpha channel when the user starts dragging a host, but is not hovering over the flyout button', () => { dragFirstHostToTimeline(); cy.get(TIMELINE_NOT_READY_TO_DROP_BUTTON).should(