Skip to content

Commit

Permalink
skip flaky suite (#101126)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 2, 2021
1 parent d65b8cb commit ef9d2bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const setup = () => {
};
};

describe('createStreamingBatchedFunction()', () => {
// FLAKY: https://github.com/elastic/kibana/issues/101126
describe.skip('createStreamingBatchedFunction()', () => {
test('returns a function', () => {
const { fetchStreaming } = setup();
const fn = createStreamingBatchedFunction({
Expand Down

0 comments on commit ef9d2bf

Please sign in to comment.