mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing es promotion suites (#156904)
This commit is contained in:
parent
bb8bf99b43
commit
48204e8169
1 changed files with 2 additions and 1 deletions
|
@ -1348,7 +1348,8 @@ describe('migration actions', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('waitForPickupUpdatedMappingsTask', () => {
|
||||
// FAILED ES PROMOTION: https://github.com/elastic/kibana/issues/156904
|
||||
describe.skip('waitForPickupUpdatedMappingsTask', () => {
|
||||
it('rejects if there are failures', async () => {
|
||||
const res = (await pickupUpdatedMappings(
|
||||
client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue