mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#166199)
This commit is contained in:
parent
5301536b26
commit
9f0d7bb7f4
1 changed files with 2 additions and 1 deletions
|
@ -1451,7 +1451,8 @@ export const runActionTestSuite = ({
|
|||
});
|
||||
});
|
||||
|
||||
describe('waitForPickupUpdatedMappingsTask', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/166199
|
||||
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