mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[test/functional_cors] 9000 is sometimes in use, make getPort random (#87050)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
0c9a573515
commit
71f74314ce
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
|
|||
};
|
||||
|
||||
const { protocol, hostname } = kbnTestConfig.getUrlParts();
|
||||
const pluginPort = await getPort({ port: 9000 });
|
||||
const pluginPort = await getPort();
|
||||
const originUrl = Url.format({
|
||||
protocol,
|
||||
hostname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue