skip flaky suite (#192144)

This commit is contained in:
Tiago Costa 2024-10-30 04:56:40 +00:00
parent 11f2f14b05
commit 367add60f2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -87,7 +87,8 @@ export default function createBackfillTaskRunnerTests({ getService }: FtrProvide
moment().utc().startOf('day').subtract(9, 'days').add(41, 'minutes').toISOString(),
];
describe('ad hoc backfill task', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192144
describe.skip('ad hoc backfill task', () => {
beforeEach(async () => {
await esTestIndexTool.destroy();
await esTestIndexTool.setup();