mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution][Serverless] Remove esArchive data load from Cypress test runner (#162797)
## Summary - Remove esArchive load from Cypress runner (data should be loaded by individual tests and not globally across all tests)
This commit is contained in:
parent
46a073f01b
commit
90a882399a
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ export async function SecuritySolutionCypressTestRunner(
|
|||
envVars?: Record<string, string>
|
||||
) {
|
||||
const config = getService('config');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
await esArchiver.load('x-pack/test/security_solution_cypress/es_archives/auditbeat');
|
||||
|
||||
return {
|
||||
FORCE_COLOR: '1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue