skip test blocking es promotion. #113012

This commit is contained in:
Jonathan Budzenski 2021-09-23 12:23:54 -05:00
parent 884165af28
commit 0484e6c17e

View file

@ -802,7 +802,9 @@ describe('migration actions', () => {
}
`);
});
it('resolves left wait_for_task_completion_timeout when the task does not finish within the timeout', async () => {
// FLAKY https://github.com/elastic/kibana/issues/113012
it.skip('resolves left wait_for_task_completion_timeout when the task does not finish within the timeout', async () => {
const res = (await reindex({
client,
sourceIndex: 'existing_index_with_docs',