Skip to content

Commit

Permalink
skip flaky suite (#72864)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 22, 2020
1 parent 3b809be commit 8305d9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function errorAttempts(task: TaskInstance): Err<OperationError<TaskInstance, Err
});
}

describe('Bulk Operation Buffer', () => {
// FLAKY: https://github.com/elastic/kibana/issues/72864
describe.skip('Bulk Operation Buffer', () => {
describe('createBuffer()', () => {
test('batches up multiple Operation calls', async () => {
const bulkUpdate: jest.Mocked<BulkOperation<TaskInstance, Error>> = jest.fn(
Expand Down

0 comments on commit 8305d9f

Please sign in to comment.