Skip to content

Commit

Permalink
[8.16] [EDR Workflows] Skip Osquery test in MKI (#198117) (#198303)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.16`:
 - [EDR Workflows] Skip Osquery test in MKI (#198117) (e5eb58a)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tomasz
Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-29T10:35:07Z","message":"[EDR
Workflows] Skip Osquery test in MKI
(#198117)","sha":"e5eb58a533ec34e1484340f4e11a0a61083b1572"},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[]}]
BACKPORT-->
  • Loading branch information
tomsonpl authored Oct 31, 2024
1 parent 90cff86 commit f842d81
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 f842d81

Please sign in to comment.