skip flaky suite (#103231)

This commit is contained in:
Tiago Costa 2021-09-29 12:14:38 +01:00
parent c63f4be4ca
commit bc504b65ec
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -422,7 +422,8 @@ describe('migration actions', () => {
// Reindex doesn't return any errors on it's own, so we have to test
// together with waitForReindexTask
describe('reindex & waitForReindexTask', () => {
// FLAKY: https://github.com/elastic/kibana/issues/103231
describe.skip('reindex & waitForReindexTask', () => {
it('resolves right when reindex succeeds without reindex script', async () => {
const res = (await reindex({
client,