skip flaky es promotion suites (#163254)

This commit is contained in:
Tiago Costa 2025-01-30 20:40:29 +00:00
parent 777e1fe389
commit 92fc287096
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -19,7 +19,8 @@ import { getFips } from 'crypto';
const logFilePath = join(__dirname, 'read_batch_size.log');
describe('migration v2 - read batch size', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163254
describe.skip('migration v2 - read batch size', () => {
let esServer: TestElasticsearchUtils;
let root: Root;
let logs: string;