skip flaky suite (#101126)

(cherry picked from commit ef9d2bfb01)
This commit is contained in:
spalger 2021-06-02 08:16:25 -07:00
parent ef6bc40ddc
commit 5a296a3a28

View file

@ -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({