Skip to content

Commit 4c08930

Browse files
committed
Revert "temp: run only related test cases"
This reverts commit 3b8e893.
1 parent 3b8e893 commit 4c08930

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

x-pack/plugins/security_solution/public/management/cypress/cypress_base.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ export const getCypressBaseConfig = (
7777
// baseUrl: To override, set Env. variable `CYPRESS_BASE_URL`
7878
baseUrl: 'http://localhost:5601',
7979
supportFile: 'public/management/cypress/support/e2e.ts',
80-
// temp:
81-
// x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/event_filters.cy.ts
82-
// x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/artifacts_mocked_data.cy.ts
83-
specPattern:
84-
'public/management/cypress/e2e/artifacts/{event_filters,artifacts_mocked_data}.cy.{js,jsx,ts,tsx}',
80+
specPattern: 'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
8581
experimentalRunAllSpecs: true,
8682
experimentalMemoryManagement: true,
8783
experimentalInteractiveRunEvents: true,

0 commit comments

Comments
 (0)