Skip to content

Commit

Permalink
skip failing test suite (elastic#166199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 11, 2023
1 parent 5e12611 commit 2f1da3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f1da3c

Please sign in to comment.