Skip to content

Commit

Permalink
skip flaky suite (#166199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 24, 2023
1 parent f790f83 commit 255e32a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 255e32a

Please sign in to comment.