mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip test blocking es promotion. #113012
This commit is contained in:
parent
884165af28
commit
0484e6c17e
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue