Skip to content

Commit 77d668c

Browse files
committed
pass whole KbnTestServer config
1 parent d1050fe commit 77d668c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

x-pack/test/functional/config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ export default async function({ readConfigFile }) {
146146
uptime: {
147147
pathname: '/app/uptime',
148148
},
149-
apm: {
150-
pathname: '/app/apm',
151-
},
152149
ml: {
153150
pathname: '/app/ml',
154151
},

x-pack/test/licensing_plugin/config.public.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
1414
...commonConfig.getAll(),
1515
testFiles: [require.resolve('./public')],
1616
kbnTestServer: {
17+
...commonConfig.get('kbnTestServer'),
1718
serverArgs: [
1819
...commonConfig.get('kbnTestServer.serverArgs'),
1920
// Required to load new platform plugin provider via `--plugin-path` flag.

0 commit comments

Comments
 (0)