Skip to content

Commit

Permalink
Disable useFetchReporter test since its flaky (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegraaf authored Sep 19, 2023
1 parent 772cd5e commit c9280bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const REPORTER_MOCK: Result = {
has_children: false,
}

describe('Fetch Reporter hook', () => {
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('Fetch Reporter hook', () => {
afterEach(cleanup)
afterAll(() => {
reduxSpy.mockRestore()
Expand Down

0 comments on commit c9280bc

Please sign in to comment.