mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#166190)
This commit is contained in:
parent
b73d0ef824
commit
2def5ef825
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue