Skip to content

Commit

Permalink
skip flaky suite (elastic#202147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Samiul-TheSoccerFan committed Dec 10, 2024
1 parent 5a9cbae commit d7702f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit d7702f7

Please sign in to comment.