Skip to content

Commit

Permalink
skip flaky suite (#101126)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef9d2bf)
  • Loading branch information
spalger committed Jun 2, 2021
1 parent ef6bc40 commit 5a296a3
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 5a296a3

Please sign in to comment.