Skip to content

Commit

Permalink
allowing feature flag in cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiansivive committed Dec 21, 2023
1 parent c503034 commit 5740116
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ describe(
tags: ['@ess', '@serverless'],
env: {
ftrConfig: {
enableExperimental: ['entityAnalyticsAssetCriticalityEnabled'],
kbnServerArgs: [
`--xpack.securitySolution.enableExperimental=${JSON.stringify([
'entityAnalyticsAssetCriticalityEnabled',
])}`,
],
},
},
},
Expand Down

0 comments on commit 5740116

Please sign in to comment.