[SKIP ON MKI] index mgmt test (#215178)

## Summary

see details: https://github.com/elastic/kibana/issues/200878
This commit is contained in:
Tre 2025-03-19 15:56:40 +00:00 committed by GitHub
parent cbb5e612a1
commit 22587ea045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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