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:
Jared Burgett 2024-07-04 02:39:37 -05:00 committed by GitHub
parent f0edaa103b
commit 22c05b7b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
});