Skip to content

Commit

Permalink
skip flaky suite (#163254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent de6ee10 commit 2976399
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { delay } from '../test_utils';

const logFilePath = join(__dirname, 'read_batch_size.log');

describe('migration v2 - read batch size', () => {
// FLAKY: 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 2976399

Please sign in to comment.