[Security Solution] fix defend workflow cypress endpoint tests (#156415)

This commit is contained in:
Joey F. Poon 2023-05-05 09:53:23 -05:00 committed by GitHub
parent 1cab306884
commit 01fd1845e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,9 +48,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
`--xpack.fleet.agents.elasticsearch.host=http://${hostIp}:${kibanaCommonTestsConfig.get(
'servers.elasticsearch.port'
)}`,
// always install Endpoint package by default when Fleet sets up
`--xpack.fleet.packages.0.name=endpoint`,
`--xpack.fleet.packages.0.version=latest`,
`--xpack.securitySolution.enableExperimental=${JSON.stringify([
'endpointRbacEnabled',
'endpointResponseActionsEnabled',