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