From 8eb1a93a1d1bc6501c241242f7d1470bfb6407bc Mon Sep 17 00:00:00 2001 From: Ashokaditya Date: Wed, 29 Nov 2023 14:31:05 +0100 Subject: [PATCH] change for flaky runner --- .../public/management/cypress/cypress_base.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts b/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts index 6ed65f031d714..16d6424fbc9c6 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts @@ -70,7 +70,8 @@ export const getCypressBaseConfig = ( // baseUrl: To override, set Env. variable `CYPRESS_BASE_URL` baseUrl: 'http://localhost:5601', supportFile: 'public/management/cypress/support/e2e.ts', - specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', + specPattern: + 'public/management/cypress/e2e/**/endpoints_list_response_console.cy.{js,jsx,ts,tsx}', experimentalRunAllSpecs: true, experimentalMemoryManagement: true, experimentalInteractiveRunEvents: true,