Skip to content

Commit 6dd4d08

Browse files
authored
disable failing test: #36269 (#36701)
1 parent 1bfd0d4 commit 6dd4d08

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/api_integration/apis/management/rollup

1 file changed

+2
-1
lines changed

x-pack/test/api_integration/apis/management/rollup/rollup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ export default function ({ getService }) {
124124
expect(job.config.rollup_index).to.eql(payload.job.rollup_index);
125125
});
126126

127-
it('should create the underlying rollup index with the correct aggregations', async () => {
127+
// 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 () => {
128129
await createJob(getJobPayload(indexName));
129130

130131
const { body } = await supertest.get(`${API_BASE_PATH}/indices`);

0 commit comments

Comments
 (0)