We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1050fe commit 77d668cCopy full SHA for 77d668c
2 files changed
x-pack/test/functional/config.js
@@ -146,9 +146,6 @@ export default async function({ readConfigFile }) {
146
uptime: {
147
pathname: '/app/uptime',
148
},
149
- apm: {
150
- pathname: '/app/apm',
151
- },
152
ml: {
153
pathname: '/app/ml',
154
x-pack/test/licensing_plugin/config.public.ts
@@ -14,6 +14,7 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
14
...commonConfig.getAll(),
15
testFiles: [require.resolve('./public')],
16
kbnTestServer: {
17
+ ...commonConfig.get('kbnTestServer'),
18
serverArgs: [
19
...commonConfig.get('kbnTestServer.serverArgs'),
20
// Required to load new platform plugin provider via `--plugin-path` flag.
0 commit comments