Skip to content

Commit

Permalink
[EDR Workflows] Skip Osquery test in MKI (#198117)
Browse files Browse the repository at this point in the history
(cherry picked from commit e5eb58a)
  • Loading branch information
tomsonpl committed Oct 30, 2024
1 parent 54f2a41 commit f6dfdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/ecs_mappings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
typeInOsqueryFieldInput,
} from '../../tasks/live_query';

describe('EcsMapping', { tags: ['@ess', '@serverless'] }, () => {
describe('EcsMapping', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
beforeEach(() => {
initializeDataViews();
});
Expand Down

0 comments on commit f6dfdc8

Please sign in to comment.