mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add quality gate 2 test for Security Entity Risk Scoring (#187508)
## Summary Adds the `@serverlessQA` annotated label to a Security integration test which flexes the Entity Risk Scoring capability
This commit is contained in:
parent
f0edaa103b
commit
22c05b7b59
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default ({ getService }: FtrProviderContext): void => {
|
|||
});
|
||||
};
|
||||
|
||||
describe('@ess @serverless Risk Scoring Entity Calculation API', () => {
|
||||
describe('@ess @serverless @serverlessQA Risk Scoring Entity Calculation API', () => {
|
||||
before(async () => {
|
||||
enableAssetCriticalityAdvancedSetting(kibanaServer, log);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue