Skip to content

Commit

Permalink
Add comment linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Sep 29, 2023
1 parent 3653da7 commit 3f48aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ export async function cypressTestRunner({ getService }: FtrProviderContext) {
ES_NODE: esNode,
ES_REQUEST_TIMEOUT: esRequestTimeout,
TEST_CLOUD: process.env.TEST_CLOUD,
NO_COMMAND_LOG: 1,
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 3f48aac

Please sign in to comment.