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