From ee92d7dd4e464e7fb56b55681bfffb30ef2df085 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 11 Sep 2023 12:08:58 -0500 Subject: [PATCH] skip failing test suite (#166190) --- .../migrations/group3/actions/actions_test_suite.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts b/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts index e8587ee82ee46..9b232b1a942fc 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts @@ -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,