Skip to content
/ kibana Public
forked from elastic/kibana

Commit

Permalink
skip 'returns a single bucket if array has 1'. related elastic#81460
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 30, 2020
1 parent ed03cb5 commit 735d71a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('getPingHistogram', () => {
},
};

it('returns a single bucket if array has 1', async () => {
it.skip('returns a single bucket if array has 1', async () => {
expect.assertions(2);
const mockEsClient = jest.fn();
mockEsClient.mockReturnValue({
Expand Down

0 comments on commit 735d71a

Please sign in to comment.