mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing es promotion suite (#154278)
This commit is contained in:
parent
06f5a0185c
commit
fa1812b293
1 changed files with 3 additions and 1 deletions
|
@ -706,7 +706,9 @@ describe('migration actions', () => {
|
|||
|
||||
// Reindex doesn't return any errors on it's own, so we have to test
|
||||
// together with waitForReindexTask
|
||||
describe('reindex & waitForReindexTask', () => {
|
||||
//
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/154278
|
||||
describe.skip('reindex & waitForReindexTask', () => {
|
||||
it('resolves right when reindex succeeds without reindex script', async () => {
|
||||
const res = (await reindex({
|
||||
client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue