Skip to content

Commit

Permalink
[Security Solution][Endpoint] Enable API test for creation of DOT pre…
Browse files Browse the repository at this point in the history
…fixed indices for serverless MKI runs (elastic#198560)

## Summary

- Enable API test for creation of DOT prefixed indices for serverless
MKI runs
  • Loading branch information
paul-tavares authored Nov 4, 2024
1 parent 198fbcf commit 693e3a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function ({ getService }: FtrProviderContext) {
const config = getService('config');
const isServerless = config.get('serverless');

// FIXME:PT Remove @skipInServerlessMKI and enable it for MKI
describe('@ess @serverless @skipInServerlessMKI Creation of DOT indices for elastic defend policies', function () {
describe('@ess @serverless Creation of DOT indices for elastic defend policies', function () {
let testData: PolicyTestResourceInfo;

const getExpectedIndexList = (namespace: string): string[] => {
Expand Down

0 comments on commit 693e3a2

Please sign in to comment.