FOSS master broken in spec/services/issues/update_service_spec.rb

Job #1231099164 failed for 119f0431:

  1) Issues::UpdateService execute when issue has tasks behaves like updating a single task usage counters update as expected
     Failure/Error:
       expect(Gitlab::UsageDataCounters::EpicActivityUniqueCounter)
         .not_to receive(:track_epic_task_checked)
     NameError:
       uninitialized constant Gitlab::UsageDataCounters::EpicActivityUniqueCounter
     Shared Example Group: "updating a single task" called from ./spec/services/issues/update_service_spec.rb:704
     # ./spec/support/shared_examples/services/issuable_shared_examples.rb:32:in `block (3 levels) in <top (required)>'
     # ./spec/spec_helper.rb:355:in `block (3 levels) in <top (required)>'
     # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
     # ./spec/spec_helper.rb:346:in `block (2 levels) in <top (required)>'
     # ./spec/spec_helper.rb:342:in `block (3 levels) in <top (required)>'
     # ./lib/gitlab/application_context.rb:31:in `with_raw_context'
     # ./spec/spec_helper.rb:342:in `block (2 levels) in <top (required)>'
Finished in 21 minutes 48 seconds (files took 43.37 seconds to load)
3552 examples, 1 failure, 15 pending
Failed examples:
rspec './spec/services/issues/update_service_spec.rb[1:1:6:2:1:1]' # Issues::UpdateService execute when issue has tasks behaves like updating a single task usage counters update as expected