Skip to content

Commit

Permalink
skip flaky test (#60369)
Browse files Browse the repository at this point in the history
(cherry picked from commit b9cc3e9)
  • Loading branch information
spalger committed Mar 17, 2020
1 parent ad4ed17 commit 6e6e14e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6e6e14e

Please sign in to comment.