chore(NA): skip x-pack/solutions/security/plugins/security_solution/public/management cypress e2e tests (#209160)

This PR skips Defend Workflows test suites to unblock main.
This commit is contained in:
Tiago Costa 2025-01-31 22:39:04 +00:00 committed by GitHub
parent 5952b042ab
commit 48a69daccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,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/serverless/*.cy.{js,jsx,ts,tsx}',
// specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,