mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
5952b042ab
commit
48a69daccf
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue