Skip to content

Commit

Permalink
[Detection Engine][FTRs] Add missing tags (elastic#189661)
Browse files Browse the repository at this point in the history
## Summary

Audited our FTRs for any suites missing tags - found one only and fixed.
  • Loading branch information
yctercero authored Aug 5, 2024
1 parent 694d872 commit a00085e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const es = getService('es');

describe('Rule detects against a keyword of event.dataset', () => {
describe('@ess @serverless @serverlessQA Rule detects against a keyword of event.dataset', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/rule_keyword_family/keyword');
});
Expand All @@ -50,7 +50,7 @@ export default ({ getService }: FtrProviderContext) => {
await deleteAllRules(supertest, log);
});

describe('@ess @serverless @serverlessQA "kql" rule type', () => {
describe('"kql" rule type', () => {
it('should detect the "dataset_name_1" from "event.dataset"', async () => {
const rule: QueryRuleCreateProps = {
...getRuleForAlertTesting(['keyword']),
Expand Down

0 comments on commit a00085e

Please sign in to comment.