skip flaky suite (#116043)

This commit is contained in:
Tiago Costa 2021-10-25 13:50:03 +01:00
parent b59a805fcd
commit 1a2af9d7d2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;