mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[SKIP ON MKI] index mgmt test (#215178)
## Summary see details: https://github.com/elastic/kibana/issues/200878
This commit is contained in:
parent
cbb5e612a1
commit
22587ea045
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue