Skip to content

Commit

Permalink
skip failing test suite (elastic#166190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 11, 2023
1 parent 5b216c6 commit ee92d7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,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,
Expand Down

0 comments on commit ee92d7d

Please sign in to comment.