Skip to content

Commit

Permalink
skip flaky suite (#192144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 30, 2024
1 parent 11f2f14 commit 367add6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 367add6

Please sign in to comment.