Skip to content

Commit

Permalink
skip flaky suite (#116043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 25, 2021
1 parent b59a805 commit 1a2af9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1a2af9d

Please sign in to comment.