From 1ea271f8948b5263d632b896253aa5b366ee23b3 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:27:10 -0400 Subject: [PATCH] [8.10] [Security Solution] Re-enable file operations tests (#164315) (#164518) # Backport This will backport the following commits from `main` to `8.10`: - [[Security Solution] Re-enable file operations tests (#164315)](https://github.com/elastic/kibana/pull/164315) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com> --- .../management/cypress/e2e/endpoint/response_console.cy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/response_console.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/response_console.cy.ts index d2ea69dca1618..245de3ce5512c 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/response_console.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint/response_console.cy.ts @@ -188,8 +188,7 @@ describe('Response console', () => { }); }); - // Broken until this is fixed: https://github.com/elastic/kibana/issues/162760 - describe.skip('File operations: get-file and execute', () => { + describe('File operations: get-file and execute', () => { const homeFilePath = process.env.CI || true ? '/home/vagrant' : `/home/ubuntu`; const fileContent = 'This is a test file for the get-file command.';