Skip to content

Commit

Permalink
Add quality gate 2 test for Security Entity Risk Scoring (elastic#187508
Browse files Browse the repository at this point in the history
)

## Summary

Adds the `@serverlessQA` annotated label to a Security integration test
which flexes the Entity Risk Scoring capability
  • Loading branch information
jaredburgettelastic authored Jul 4, 2024
1 parent f0edaa1 commit 22c05b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 22c05b7

Please sign in to comment.