Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/tracking_spec.rb')
-rw-r--r--spec/lib/gitlab/tracking_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/lib/gitlab/tracking_spec.rb b/spec/lib/gitlab/tracking_spec.rb
index e11175c776d..99ca402616a 100644
--- a/spec/lib/gitlab/tracking_spec.rb
+++ b/spec/lib/gitlab/tracking_spec.rb
@@ -180,15 +180,6 @@ RSpec.describe Gitlab::Tracking do
it_behaves_like 'delegates to destination', Gitlab::Tracking::Destinations::SnowplowMicro
end
-
- it 'tracks errors' do
- expect(Gitlab::ErrorTracking).to receive(:track_and_raise_for_dev_exception).with(
- an_instance_of(ContractError),
- snowplow_category: nil, snowplow_action: 'some_action'
- )
-
- described_class.event(nil, 'some_action')
- end
end
describe '.definition' do