Skip to content

Commit

Permalink
[Tests] skip failing response-too-large test (#180254)
Browse files Browse the repository at this point in the history
## Summary
cc: @elastic/kibana-core 

skip response-too-large test
(#167288)
  • Loading branch information
delanni authored Apr 8, 2024
1 parent ab1acf2 commit a3144b1
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 a3144b1

Please sign in to comment.