mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky es promotion suites (#167676)
This commit is contained in:
parent
970d805f74
commit
a7b55350cf
1 changed files with 2 additions and 1 deletions
|
@ -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}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue