Skip to content

Commit

Permalink
add more to the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Dec 12, 2019
1 parent 5b2dce3 commit e3659a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/reporting/configs/chromium_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default async function ({ readConfigFile }) {
kbnTestServer: {
...apiConfig.get('kbnTestServer'),
serverArgs: [
...functionalConfig.get('kbnTestServer.serverArgs'), // optimizer config
// Reporting API tests use functionalConfig instead of apiConfig because they needs a fully working UI. By default, the API config
// does not have optimize setting enabled, and Kibana would not have a working UI.
...functionalConfig.get('kbnTestServer.serverArgs'),
'--logging.events.log', '["info","warning","error","fatal","optimize","reporting"]',
'--xpack.endpoint.enabled=true',
'--xpack.reporting.csv.enablePanelActionDownload=true',
Expand Down

0 comments on commit e3659a5

Please sign in to comment.