Skip to content

Commit

Permalink
[EDR Workflows] Skip Osquery test in MKI (elastic#198117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored and tiansivive committed Oct 29, 2024
1 parent 9cf2a38 commit d8527ed
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 d8527ed

Please sign in to comment.