Skip to content

Commit

Permalink
Merge branch 'main' into 167887-esql-saved-search-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored Apr 8, 2024
2 parents 3f1330e + a3144b1 commit 0d9235f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export default ({ getService }: FtrProviderContext) => {
return testId;
};

describe('@ess @serverless New terms type rules', () => {
// Failing: See https://github.com/elastic/kibana/issues/180236
describe.skip('@ess @serverless New terms type rules', () => {
before(async () => {
await esArchiver.load(path);
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/new_terms');
Expand Down

0 comments on commit 0d9235f

Please sign in to comment.