skip flaky es promotion suites (#163255)

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

View file

@ -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;