mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
This commit is contained in:
parent
680aafa232
commit
ae8c5d7765
1 changed files with 4 additions and 4 deletions
|
@ -55,8 +55,7 @@ const { startES } = kbnTestServer.createTestServers({
|
|||
});
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/113697
|
||||
describe.skip('migration actions', () => {
|
||||
describe('migration actions', () => {
|
||||
let client: ElasticsearchClient;
|
||||
|
||||
beforeAll(async () => {
|
||||
|
@ -1159,7 +1158,7 @@ describe.skip('migration actions', () => {
|
|||
it('resolves left wait_for_task_completion_timeout when the task does not complete within the timeout', async () => {
|
||||
const res = (await pickupUpdatedMappings(
|
||||
client,
|
||||
'existing_index_with_docs'
|
||||
'.kibana_1'
|
||||
)()) as Either.Right<UpdateByQueryResponse>;
|
||||
|
||||
const task = waitForPickupUpdatedMappingsTask({
|
||||
|
@ -1540,7 +1539,8 @@ describe.skip('migration actions', () => {
|
|||
}
|
||||
`);
|
||||
});
|
||||
it('resolves left request_entity_too_large_exception when the payload is too large', async () => {
|
||||
// TODO: unskip after https://github.com/elastic/kibana/issues/116111
|
||||
it.skip('resolves left request_entity_too_large_exception when the payload is too large', async () => {
|
||||
const newDocs = new Array(10000).fill({
|
||||
_source: {
|
||||
title:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue