mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Tests] skip failing response-too-large test (#180254)
## Summary cc: @elastic/kibana-core skip response-too-large test (https://github.com/elastic/kibana/issues/167288)
This commit is contained in:
parent
ab1acf209b
commit
a3144b1907
1 changed files with 3 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue