mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
1bfd0d43df
commit
6dd4d08feb
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ export default function ({ getService }) {
|
|||
expect(job.config.rollup_index).to.eql(payload.job.rollup_index);
|
||||
});
|
||||
|
||||
it('should create the underlying rollup index with the correct aggregations', async () => {
|
||||
// broken after snapshot update: https://github.com/elastic/kibana/issues/36269
|
||||
it.skip('should create the underlying rollup index with the correct aggregations', async () => {
|
||||
await createJob(getJobPayload(indexName));
|
||||
|
||||
const { body } = await supertest.get(`${API_BASE_PATH}/indices`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue