skip flaky suite (#101126)

This commit is contained in:
spalger 2021-06-02 08:16:25 -07:00
parent d65b8cb65d
commit ef9d2bfb01

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