[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:
Paul Tavares 2023-07-31 10:49:40 -04:00 committed by GitHub
parent 46a073f01b
commit 90a882399a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',