Skip to content

Commit

Permalink
[8.x] [EDR Workflows] Skip Osquery test in MKI (elastic#198117) (elas…
Browse files Browse the repository at this point in the history
…tic#198302)

# Backport

This will backport the following commits from `main` to `8.x`:
 - [EDR Workflows] Skip Osquery test in MKI (elastic#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
(elastic#198117)","sha":"e5eb58a533ec34e1484340f4e11a0a61083b1572"},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[]}]
BACKPORT-->
  • Loading branch information
tomsonpl authored Oct 30, 2024
1 parent 0a5d490 commit 0605769
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 0605769

Please sign in to comment.