mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[test] Skips flaky bulk operation buffer tests
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
3f2913b5b8
commit
33a9604800
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function errorAttempts(task: TaskInstance): Err<OperationError<TaskInstance, Err
|
|||
});
|
||||
}
|
||||
|
||||
describe('Bulk Operation Buffer', () => {
|
||||
describe.skip('Bulk Operation Buffer', () => {
|
||||
describe('createBuffer()', () => {
|
||||
test('batches up multiple Operation calls', async () => {
|
||||
const bulkUpdate: jest.Mocked<BulkOperation<TaskInstance, Error>> = jest.fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue