mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Index Management] Remove unused test (#149516)
This commit is contained in:
parent
2bd137bef0
commit
9a86f923d4
1 changed files with 1 additions and 6 deletions
|
@ -33,15 +33,10 @@ export default function ({ getService }) {
|
|||
clearCache,
|
||||
} = registerHelpers({ supertest });
|
||||
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/145022
|
||||
describe.skip('indices', () => {
|
||||
describe('indices', () => {
|
||||
after(() => Promise.all([cleanUpEsResources()]));
|
||||
|
||||
describe('clear cache', () => {
|
||||
it('should clear the cache on all indices', async () => {
|
||||
await clearCache('*').expect(200);
|
||||
});
|
||||
|
||||
it('should clear the cache on a single index', async () => {
|
||||
const index = await createIndex();
|
||||
await clearCache(index).expect(200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue