mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing suite (#212236)
This commit is contained in:
parent
15314f304c
commit
8d54f81f5a
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ jest.mock('react-router-dom', () => ({
|
|||
|
||||
jest.mock('../../onboarding_context');
|
||||
|
||||
describe('useExpandedCard Hook', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/212236
|
||||
describe.skip('useExpandedCard Hook', () => {
|
||||
const mockCardId = 'card-1' as OnboardingCardId;
|
||||
const mockScrollTo = jest.fn();
|
||||
global.window.scrollTo = mockScrollTo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue