mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[kbn/es-archiver] fix flaky test (#108143)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
900052f32c
commit
f236286b62
1 changed files with 3 additions and 5 deletions
|
@ -99,10 +99,8 @@ const testRecords = [
|
|||
},
|
||||
];
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/108043
|
||||
it.skip('indexes documents using the bulk client helper', async () => {
|
||||
it('indexes documents using the bulk client helper', async () => {
|
||||
const client = new MockClient();
|
||||
client.helpers.bulk.mockImplementation(async () => {});
|
||||
|
||||
const progress = new Progress();
|
||||
const stats = createStats('test', log);
|
||||
|
@ -186,11 +184,11 @@ it.skip('indexes documents using the bulk client helper', async () => {
|
|||
"results": Array [
|
||||
Object {
|
||||
"type": "return",
|
||||
"value": Promise {},
|
||||
"value": undefined,
|
||||
},
|
||||
Object {
|
||||
"type": "return",
|
||||
"value": Promise {},
|
||||
"value": undefined,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue