Skip to content

Commit

Permalink
[SKIP ON MKI] `x-pack/test_serverless/functional/test_suites/search/i…
Browse files Browse the repository at this point in the history
…ndex_management.ts` (elastic#200880)

## Summary

See details: elastic#200878
  • Loading branch information
wayneseymour authored Nov 20, 2024
1 parent 3c80061 commit 04d04d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testIndexName = `test-index-ftr-${Math.random()}`;
const testAPIIndexName = `test-api-index-ftr-${Math.random()}`;
describe('index management', function () {
// see details: https://github.com/elastic/kibana/issues/200878
this.tags(['failsOnMKI']);
before(async () => {
await security.testUser.setRoles(['index_management_user']);
// Navigate to the index management page
Expand Down

0 comments on commit 04d04d9

Please sign in to comment.