mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#192144)
This commit is contained in:
parent
11f2f14b05
commit
367add60f2
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue