Skip to content

Commit

Permalink
skip flaky suite (#44560)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2019
1 parent 6e3beae commit 2596e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/utils/poller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { Poller } from './poller';

const delay = (duration: number) => new Promise(r => setTimeout(r, duration));

describe('Poller', () => {
// FLAKY: https://github.com/elastic/kibana/issues/44560
describe.skip('Poller', () => {
let handler: jest.Mock<any, any>;
let poller: Poller<string>;

Expand Down

0 comments on commit 2596e3b

Please sign in to comment.