skip flaky es promotion suites (#167676)

This commit is contained in:
Tiago Costa 2025-01-30 20:37:26 +00:00
parent 970d805f74
commit a7b55350cf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -96,7 +96,8 @@ function createRoot({ logFileName, hosts }: RootConfig) {
});
}
describe('migration v2', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/167676
describe.skip('migration v2', () => {
let esServer: TestElasticsearchUtils;
let root: Root;
const migratedIndexAlias = `.kibana_${pkg.version}`;