skip flaky suite (#172596)

This commit is contained in:
Tiago Costa 2023-12-05 17:32:27 +00:00
parent 9f41a75b95
commit ae6a2be378
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -31,6 +31,7 @@ const defaultProps: Omit<GuideCardsProps, 'activeFilter'> = {
};
// FLAKY: https://github.com/elastic/kibana/issues/172595
// FLAKY: https://github.com/elastic/kibana/issues/172596
describe.skip('guide cards', () => {
describe('snapshots', () => {
test('should render search cards', async () => {