Skip to content

Commit 4c2f35d

Browse files
committed
skip flaky suite (#238439)
1 parent 74e605d commit 4c2f35d

File tree

1 file changed

+2
-1
lines changed
  • x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/rule_details_flow

1 file changed

+2
-1
lines changed

x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/exceptions/rule_details_flow/add_edit_exception.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ describe(
162162
cy.get(EXCEPTION_CARD_ITEM_CONDITIONS).should('have.text', ' agent.nameIS foo');
163163
});
164164

165-
describe('rule with existing shared exceptions', () => {
165+
// FLAKY: https://github.com/elastic/kibana/issues/238439
166+
describe.skip('rule with existing shared exceptions', () => {
166167
it('Creates an exception item to add to shared list', () => {
167168
// displays existing exception items
168169
cy.get(EXCEPTION_ITEM_VIEWER_CONTAINER).should('have.length', 1);

0 commit comments

Comments
 (0)