mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test (#108043)
This commit is contained in:
parent
65a5cb1476
commit
441fb796e2
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue