mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#116043)
This commit is contained in:
parent
b59a805fcd
commit
1a2af9d7d2
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ describe('Dashboard initial state', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Dashboard state sync', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116043
|
||||
describe.skip('Dashboard state sync', () => {
|
||||
let defaultDashboardAppStateHookResult: RenderDashboardStateHookReturn;
|
||||
const getResult = () => defaultDashboardAppStateHookResult.renderHookResult.result.current;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue