Skip to content

Commit

Permalink
remove incompatible option
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jan 6, 2020
1 parent 27308ba commit 04db304
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/test/reporting/configs/chromium_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default async function({ readConfigFile }) {
...functionalConfig.get('kbnTestServer.serverArgs'),
'--logging.events.log',
'["info","warning","error","fatal","optimize","reporting"]',
'--xpack.endpoint.enabled=true',
'--xpack.reporting.csv.enablePanelActionDownload=true',
'--xpack.security.session.idleTimeout=3600000',
'--xpack.spaces.enabled=false',
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/reporting/configs/chromium_functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default async function({ readConfigFile }) {
...functionalConfig.get('kbnTestServer.serverArgs'),
'--logging.events.log',
'["info","warning","error","fatal","optimize","reporting"]',
'--xpack.endpoint.enabled=true',
'--xpack.reporting.csv.enablePanelActionDownload=true',
'--xpack.security.session.idleTimeout=3600000',
'--xpack.spaces.enabled=false',
Expand Down

0 comments on commit 04db304

Please sign in to comment.