Skip to content

Commit

Permalink
skip flaky jest suite (#142312)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 30, 2022
1 parent 62734e6 commit 6f3613b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const renderUseAggregatedIndicators = () =>
wrapper: TestProvidersComponent,
});

describe('useAggregatedIndicators()', () => {
// FLAKY: https://github.com/elastic/kibana/issues/142312
describe.skip('useAggregatedIndicators()', () => {
beforeEach(jest.clearAllMocks);

type MockedCreateFetchAggregatedIndicators = jest.MockedFunction<
Expand Down

0 comments on commit 6f3613b

Please sign in to comment.