From e9fca3e90502b3add614c7e857bbda0d1688d603 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:53:59 -0400 Subject: [PATCH] skip failing test suite (#167717) --- .../e2e/detection_response/rule_creation/esql_rule_create.cy.ts | 1 + 1 file changed, 1 insertion(+) 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();