skip flaky test (#108043)

This commit is contained in:
spalger 2021-08-10 23:49:47 -07:00
parent 65a5cb1476
commit 441fb796e2

View file

@ -99,7 +99,8 @@ const testRecords = [
},
];
it('indexes documents using the bulk client helper', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/108043
it.skip('indexes documents using the bulk client helper', async () => {
const client = new MockClient();
client.helpers.bulk.mockImplementation(async () => {});