skip flaky suite (#200848)

This commit is contained in:
Tiago Costa 2024-11-21 19:38:08 +00:00
parent fa7f7a4bd9
commit 170c3ca95d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -68,7 +68,8 @@ function renderPackageCard(props: PackageCardProps) {
return { utils };
}
describe('package card', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200848
describe.skip('package card', () => {
let mockNavigateToApp: jest.Mock;
let mockNavigateToUrl: jest.Mock;
const mockGetLineClamp = getLineClampStyles as jest.Mock;