Skip to content

Commit

Permalink
[Security Solution][Detection Engine] Skip flaky Cypress step related…
Browse files Browse the repository at this point in the history
… to Related Integrations UI (elastic#183447)

This was made flaky in a recent EUI upgrade. The related test failure
ticket is elastic#183437.
  • Loading branch information
rylnd committed May 15, 2024
1 parent 42b2a5a commit e249c51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
fillMaxSignals,
fillNote,
fillReferenceUrls,
fillRelatedIntegrations,
fillRiskScore,
fillRuleName,
fillRuleTags,
Expand Down Expand Up @@ -69,7 +68,8 @@ describe.skip('Common rule creation flows', { tags: ['@ess', '@serverless'] }, (
it('Creates and enables a rule', function () {
cy.log('Filling define section');
importSavedQuery(this.timelineId);
fillRelatedIntegrations();
// The following step is flaky due to a recent EUI upgrade. There is not currently a ticket for the underlying EUI issue, but when there is it will be linked on the test-failure ticket: https://github.com/elastic/kibana/issues/183437
// fillRelatedIntegrations();
cy.get(DEFINE_CONTINUE_BUTTON).click();

cy.log('Filling about section');
Expand Down

0 comments on commit e249c51

Please sign in to comment.