From b5df3e256e09930402011e8e2a4d895cce7a45e7 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 30 Jan 2025 20:41:57 +0000 Subject: [PATCH] skip flaky es promotion suites (#163255) --- .../saved_objects/migrations/group3/read_batch_size.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/server/integration_tests/saved_objects/migrations/group3/read_batch_size.test.ts b/src/core/server/integration_tests/saved_objects/migrations/group3/read_batch_size.test.ts index 227d062cdd7ef..a41c1a8b8136f 100644 --- a/src/core/server/integration_tests/saved_objects/migrations/group3/read_batch_size.test.ts +++ b/src/core/server/integration_tests/saved_objects/migrations/group3/read_batch_size.test.ts @@ -20,6 +20,7 @@ import { getFips } from 'crypto'; const logFilePath = join(__dirname, 'read_batch_size.log'); // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163254 +// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163255 describe.skip('migration v2 - read batch size', () => { let esServer: TestElasticsearchUtils; let root: Root;