Skip to content

Commit

Permalink
[APM] Reverting manual memory fix for cypress post upgrade (#167733)
Browse files Browse the repository at this point in the history
## Summary

As part of this [PR](#167623),
added a logic to handle hiding of Logs Panels which was consuming a lot
of memory.

With [Cypress Upgrade](#162383) to
13.x, this issue is now fixed and hence this can be reverted.

## How to be sure this works ?
If the PR passes the build, you know it works
  • Loading branch information
achyutjhunjhunwala authored Oct 2, 2023
1 parent f46a5da commit 843dec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/apm/ftr_e2e/cypress_test_runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export async function cypressTestRunner({ getService }: FtrProviderContext) {
ES_NODE: esNode,
ES_REQUEST_TIMEOUT: esRequestTimeout,
TEST_CLOUD: process.env.TEST_CLOUD,
NO_COMMAND_LOG: 1, // Temp fix, With Cypress 13, this might not be required https://github.com/elastic/kibana/pull/162383
},
});

Expand Down

0 comments on commit 843dec4

Please sign in to comment.