skip flaky suite (#202147)

This commit is contained in:
Tiago Costa 2024-12-05 02:03:29 +00:00
parent 8b8c6d3802
commit 0d3e5960b3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -39,7 +39,8 @@ describe('useExpandedCard Hook', () => {
jest.clearAllMocks();
});
describe('when the page is completely loaded', () => {
// FLAKY: https://github.com/elastic/kibana/issues/202147
describe.skip('when the page is completely loaded', () => {
beforeEach(() => {
renderHook(useExpandedCard);
});