diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_creation/esql_rule_create.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_creation/esql_rule_create.cy.ts index 89900bb5b7b6..857043cd0a84 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_creation/esql_rule_create.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_creation/esql_rule_create.cy.ts @@ -41,6 +41,7 @@ import { CREATE_RULE_URL } from '../../../urls/navigation'; import { createRule } from '../../../tasks/api_calls/rules'; // Failing: See https://github.com/elastic/kibana/issues/167716 +// Failing: See https://github.com/elastic/kibana/issues/167717 describe.skip('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => { before(() => { cleanKibana();