disable failing test: #36269 (#36701)

This commit is contained in:
CJ Cenizal 2019-05-20 12:17:58 -04:00 committed by GitHub
parent 1bfd0d43df
commit 6dd4d08feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`);