Skip to content

Commit

Permalink
skip flaky es promotion suites (elastic#163254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 30, 2025
1 parent 777e1fe commit 92fc287
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 92fc287

Please sign in to comment.