Skip to content

Commit

Permalink
skip flaky suite (elastic#201412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent eb51be9 commit ed197f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const mockUseStartServices = useStartServices as jest.Mock;

const mockSendGetOutputHealth = sendGetOutputHealth as jest.Mock;

describe('OutputHealth', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201412
describe.skip('OutputHealth', () => {
function render(output: Output, showBadge?: boolean) {
const renderer = createFleetTestRendererMock();

Expand Down

0 comments on commit ed197f3

Please sign in to comment.