Skip to content

Commit

Permalink
pass whole KbnTestServer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 4, 2020
1 parent d1050fe commit 77d668c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ export default async function({ readConfigFile }) {
uptime: {
pathname: '/app/uptime',
},
apm: {
pathname: '/app/apm',
},
ml: {
pathname: '/app/ml',
},
Expand Down
1 change: 1 addition & 0 deletions x-pack/test/licensing_plugin/config.public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
...commonConfig.getAll(),
testFiles: [require.resolve('./public')],
kbnTestServer: {
...commonConfig.get('kbnTestServer'),
serverArgs: [
...commonConfig.get('kbnTestServer.serverArgs'),
// Required to load new platform plugin provider via `--plugin-path` flag.
Expand Down

0 comments on commit 77d668c

Please sign in to comment.