Skip to content

Commit

Permalink
skip 'returns a single bucket if array has 1'. related #81460
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 30, 2020
1 parent 0bf3d6e commit b10979c
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 b10979c

Please sign in to comment.