Skip to content

Commit

Permalink
skip response-too-large test (#167288)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Apr 8, 2024
1 parent c0e7e1b commit d1e8e02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,9 @@ export const runActionTestSuite = ({
);
});

it('returns a left es_response_too_large error when a read batch exceeds the maxResponseSize', async () => {
// consistently breaking in CI:
// https://github.com/elastic/kibana/issues/167288
it.skip('returns a left es_response_too_large error when a read batch exceeds the maxResponseSize', async () => {
const openPitTask = openPit({ client, index: 'existing_index_with_docs' });
const pitResponse = (await openPitTask()) as Either.Right<OpenPitResponse>;

Expand Down

0 comments on commit d1e8e02

Please sign in to comment.