Skip to content

Commit

Permalink
[CI] skip flaky integration test (elastic#204645)
Browse files Browse the repository at this point in the history
## Summary
Skips suite "reindex & waitForReindexTask"
- Errors are reported here:
elastic#167273
- Original issue, I believe:
elastic#166190
- PR that recently unskipped the test:
elastic#204561

(cherry picked from commit e529a89)
  • Loading branch information
delanni committed Dec 17, 2024
1 parent a01347a commit 2e24290
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,9 @@ export const runActionTestSuite = ({

// Reindex doesn't return any errors on its own, so we have to test
// together with waitForReindexTask
describe('reindex & waitForReindexTask', () => {
// Flaky: https://github.com/elastic/kibana/issues/166190
// Reported here: https://github.com/elastic/kibana/issues/167273
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 2e24290

Please sign in to comment.