Skip to content

Commit f7747c4

Browse files
committed
skip failing test suite (#229356)
1 parent f838300 commit f7747c4

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/shared_exception_list_page

1 file changed

+2
-1
lines changed

x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/shared_exception_lists_management/shared_exception_list_page/manage_lists.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const getExceptionList2 = () => ({
5656

5757
let exceptionListResponse: Cypress.Response<ExceptionListSchema>;
5858

59-
describe(
59+
// Failing: See https://github.com/elastic/kibana/issues/229356
60+
describe.skip(
6061
'Manage lists from "Shared Exception Lists" page',
6162
{ tags: ['@ess', '@serverless'] },
6263
() => {

0 commit comments

Comments
 (0)