Skip to content

Commit

Permalink
skip flaky suite (#110970)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2021
1 parent 61e533f commit f955947
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f955947

Please sign in to comment.