Skip to content

Commit

Permalink
skip flaky suite (#142683)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 12, 2022
1 parent c43ec3e commit 0b61564
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ describe('When using ConsoleManager', () => {
});
});

describe('and when the console page overlay is rendered into the page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/142683
describe.skip('and when the console page overlay is rendered into the page', () => {
type ConsoleManagerQueriesAndActions = ReturnType<
typeof getConsoleManagerMockRenderResultQueriesAndActions
>;
Expand Down

0 comments on commit 0b61564

Please sign in to comment.