diff --git a/x-pack/plugins/security_solution/scripts/run_cypress/parallel.ts b/x-pack/plugins/security_solution/scripts/run_cypress/parallel.ts index 087908e1cd6b5..3617c8f467873 100644 --- a/x-pack/plugins/security_solution/scripts/run_cypress/parallel.ts +++ b/x-pack/plugins/security_solution/scripts/run_cypress/parallel.ts @@ -451,7 +451,7 @@ ${JSON.stringify(cyCustomEnv, null, 2)} } else { try { result = await cypress.run({ - browser: 'chrome', + browser: 'electron', spec: filePath, configFile: cypressConfigFilePath, reporter: argv.reporter as string, diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/explore/cases/creation.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/explore/cases/creation.cy.ts index 868c80a7b743f..559e1612a9924 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/explore/cases/creation.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/explore/cases/creation.cy.ts @@ -54,7 +54,7 @@ import { loginWithUser, visit, visitWithoutDateRange } from '../../../tasks/logi import { CASES_URL, OVERVIEW_URL } from '../../../urls/navigation'; -describe('Cases', { tags: [tag.ESS, tag.SERVERLESS] }, () => { +describe.skip('Cases', { tags: [tag.ESS, tag.SERVERLESS] }, () => { before(() => { cleanKibana(); createTimeline(getCase1().timeline).then((response) =>