skip failing test suite (#166190)

This commit is contained in:
Jonathan Budzenski 2023-10-24 15:16:26 -05:00
parent b73d0ef824
commit 2def5ef825

View file

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