Skip to content

Commit b9cc3e9

Browse files
committed
skip flaky test (#60369)
1 parent 53d23fc commit b9cc3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/legacy/plugins/siem/cypress/integration/timeline_flyout_button.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ describe('timeline flyout button', () => {
2929
cy.get(TIMELINE_FLYOUT_HEADER).should('have.css', 'visibility', 'visible');
3030
});
3131

32-
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', () => {
32+
// FLAKY: https://github.com/elastic/kibana/issues/60369
33+
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', () => {
3334
dragFirstHostToTimeline();
3435

3536
cy.get(TIMELINE_NOT_READY_TO_DROP_BUTTON).should(

0 commit comments

Comments
 (0)