Skip to content

Commit

Permalink
Remove extraneous imports from security endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Feb 18, 2021
1 parent 39ac15d commit ce484ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions x-pack/test/fleet_functional/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ import { resolve } from 'path';
import { FtrConfigProviderContext } from '@kbn/test/types/ftr';
import { pageObjects } from './page_objects';
import { services } from './services';
import {
getRegistryUrlAsArray,
createEndpointDockerConfig,
} from '../security_solution_endpoint_api_int/registry';

export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const xpackFunctionalConfig = await readConfigFile(require.resolve('../functional/config.js'));
Expand All @@ -21,7 +17,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
...xpackFunctionalConfig.getAll(),
pageObjects,
testFiles: [resolve(__dirname, './apps/fleet')],
dockerServers: createEndpointDockerConfig(),
junit: {
reportName: 'X-Pack Fleet Functional Tests',
},
Expand All @@ -37,8 +32,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
serverArgs: [
...xpackFunctionalConfig.get('kbnTestServer.serverArgs'),
'--xpack.fleet.enabled=true',
// if you return an empty string here the kibana server will not start properly but an empty array works
...getRegistryUrlAsArray(),
],
},
layout: {
Expand Down

0 comments on commit ce484ea

Please sign in to comment.