mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#166199)
This commit is contained in:
parent
5e12611d86
commit
2f1da3ccc8
1 changed files with 2 additions and 1 deletions
|
@ -1426,7 +1426,8 @@ export const runActionTestSuite = ({
|
|||
});
|
||||
});
|
||||
|
||||
describe('waitForPickupUpdatedMappingsTask', () => {
|
||||
// Failing: See 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