We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfd0d4 commit 6dd4d08Copy full SHA for 6dd4d08
x-pack/test/api_integration/apis/management/rollup/rollup.js
@@ -124,7 +124,8 @@ export default function ({ getService }) {
124
expect(job.config.rollup_index).to.eql(payload.job.rollup_index);
125
});
126
127
- it('should create the underlying rollup index with the correct aggregations', async () => {
+ // broken after snapshot update: https://github.com/elastic/kibana/issues/36269
128
+ it.skip('should create the underlying rollup index with the correct aggregations', async () => {
129
await createJob(getJobPayload(indexName));
130
131
const { body } = await supertest.get(`${API_BASE_PATH}/indices`);
0 commit comments