Skip to content

Commit

Permalink
[Security Solution][Endpoint] Explicitly Skip two mocked data tests f…
Browse files Browse the repository at this point in the history
…orm serverless MKI runs (elastic#196871)

## Summary

- Explicitly Skip two mocked data tests form serverless MKI runs due to
the use of mocked data
  • Loading branch information
paul-tavares authored Oct 18, 2024
1 parent 4ed9e51 commit 4f85a99
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 4f85a99

Please sign in to comment.