Skip to content

Commit

Permalink
skip flaky suite (elastic#200848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 21, 2024
1 parent fa7f7a4 commit 170c3ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 170c3ca

Please sign in to comment.