Skip to content

Commit

Permalink
[8.x] [Security Solution][Endpoint] Explicitly Skip two mocked data t…
Browse files Browse the repository at this point in the history
…ests form serverless MKI runs (#196871) (#196918)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security Solution][Endpoint] Explicitly Skip two mocked data tests
form serverless MKI runs
(#196871)](#196871)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Paul
Tavares","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T15:51:33Z","message":"[Security
Solution][Endpoint] Explicitly Skip two mocked data tests form
serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two
mocked data tests form serverless MKI runs due to\r\nthe use of mocked
data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Defend
Workflows","OLM Sprint","backport:prev-minor"],"title":"[Security
Solution][Endpoint] Explicitly Skip two mocked data tests form
serverless MKI
runs","number":196871,"url":"https://github.com/elastic/kibana/pull/196871","mergeCommit":{"message":"[Security
Solution][Endpoint] Explicitly Skip two mocked data tests form
serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two
mocked data tests form serverless MKI runs due to\r\nthe use of mocked
data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196871","number":196871,"mergeCommit":{"message":"[Security
Solution][Endpoint] Explicitly Skip two mocked data tests form
serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two
mocked data tests form serverless MKI runs due to\r\nthe use of mocked
data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79"}}]}] BACKPORT-->

Co-authored-by: Paul Tavares <[email protected]>
  • Loading branch information
kibanamachine and paul-tavares authored Oct 18, 2024
1 parent 1c690d5 commit 8e2facb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');
const endpointTestresources = getService('endpointTestResources');

describe('@ess @serverless Endpoint policy response api', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint policy response api', function () {
let adminSupertest: TestAgent;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getService }: FtrProviderContext) {
const kbnServer = getService('kibanaServer');
const log = getService('log');

describe('@ess @serverless Endpoint management space awareness support', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint management space awareness support', function () {
let adminSupertest: TestAgent;
let dataSpaceA: Awaited<ReturnType<typeof endpointTestresources.loadEndpointData>>;
let dataSpaceB: Awaited<ReturnType<typeof endpointTestresources.loadEndpointData>>;
Expand Down

0 comments on commit 8e2facb

Please sign in to comment.