Skip to content

Commit

Permalink
[Security Solution] Fixes typos in labels (elastic#181610)
Browse files Browse the repository at this point in the history
## Summary

Fixes a typo in the MKI label that is going to make the tests fail in
the periodic pipeline.
  • Loading branch information
MadameSheema authored Apr 25, 2024
1 parent 8bcf01b commit 6ea7a35
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { CREATE_RULE_URL } from '../../../../urls/navigation';
describe(
'Detection rules, Alert Suppression for Essentials tier',
{
tags: ['@serverless', '@skipServerlessMKI'],
tags: ['@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
productTypes: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const SUPPRESS_BY_FIELDS = ['agent.type'];
describe(
'Detection Rule Creation - EQL Rules - With Alert Suppression',
{
tags: ['@ess', '@serverless', '@skipServerlessMKI'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
// alertSuppressionForNonSequenceEqlRuleEnabled feature flag is also enabled in a global config
env: {
ftrConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
describe(
'Detection Rule Creation - EQL Rules - With Alert Suppression',
{
tags: ['@ess', '@serverless', '@skipServerlessMKI'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
// alertSuppressionForNonSequenceEqlRuleEnabled feature flag is also enabled in a global config
env: {
ftrConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const SUPPRESS_BY_FIELDS = ['agent.type'];
describe(
'Detection Rule Creation - EQL Rules - With Alert Suppression - Serverless Essentials License',
{
tags: ['@serverless', '@skipServerlessMKI'],
tags: ['@serverless', '@skipInServerlessMKI'],
// alertSuppressionForNonSequenceEqlRuleEnabled feature flag is also enabled in a global config
env: {
ftrConfig: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import { openRuleManagementPageViaBreadcrumbs } from '../../../../tasks/rules_ma
describe(
'New Terms rules',
{
tags: ['@ess', '@serverless', '@skipServerlessMKI'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
// alertSuppressionForNewTermsRuleEnabled feature flag is also enabled in a global config
kbnServerArgs: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const rule = getNewTermsRule();
describe(
'Detection rules, New terms, Edit',
{
tags: ['@ess', '@serverless', '@skipServerlessMKI'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
// alertSuppressionForNewTermsRuleEnabled feature flag is also enabled in a global config
kbnServerArgs: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { RULES_MANAGEMENT_URL } from '../../../../urls/rules_management';
describe(
'Value list items',
{
tags: ['@ess', '@serverless', '@skipServerlessMKI'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
kbnServerArgs: [
Expand Down

0 comments on commit 6ea7a35

Please sign in to comment.