From a0aaaed0639bd1dc31621a5db3cc5a8407a632d2 Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Wed, 13 Sep 2023 13:30:58 +0200 Subject: [PATCH] [Defend Workflows] Skip flaky endpoint test (#166281) https://github.com/elastic/security-team/issues/7613 Co-authored-by: Tomasz Ciecierski --- .../cypress/e2e/endpoint/automated_response_actions.cy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/automated_response_actions.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/automated_response_actions.cy.ts index 5bb5021a3229..77b216416964 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/automated_response_actions.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/automated_response_actions.cy.ts @@ -79,8 +79,7 @@ describe('Automated Response Actions', () => { cleanupRule(ruleId); } }); - - it('should have generated endpoint and rule', () => { + it.skip('should have generated endpoint and rule', () => { loadPage(APP_ENDPOINTS_PATH); cy.contains(createdHost.hostname).should('exist');