Skip to content

Commit

Permalink
skip flaky suite (elastic#44560)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 21, 2019
1 parent f79f183 commit 8baf643
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 8baf643

Please sign in to comment.