mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#200848)
This commit is contained in:
parent
fa7f7a4bd9
commit
170c3ca95d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue