Skip to content

Commit eb1d5d3

Browse files
Spencerspalger
andcommitted
[test/functional_cors] 9000 is sometimes in use, make getPort random (#87050)
Co-authored-by: spalger <spalger@users.noreply.github.com>
1 parent 107a11d commit eb1d5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/functional_cors/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
2727
};
2828

2929
const { protocol, hostname } = kbnTestConfig.getUrlParts();
30-
const pluginPort = await getPort({ port: 9000 });
30+
const pluginPort = await getPort();
3131
const originUrl = Url.format({
3232
protocol,
3333
hostname,

0 commit comments

Comments
 (0)