skip flaky suite (#110970)

This commit is contained in:
Tiago Costa 2021-09-06 01:10:52 +01:00
parent 61e533f253
commit f955947d4e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -8,7 +8,8 @@
import { retryAsync } from './retry_async';
describe('retry', () => {
// FLAKY: https://github.com/elastic/kibana/issues/110970
describe.skip('retry', () => {
it('retries throwing functions until they succeed', async () => {
let i = 0;
await expect(