Commit 2af187bc authored by Peter Leitzen's avatar Peter Leitzen

No need to quarantine tracking in settings operations controller

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44711 fixed the
snowplow helper these specs work for Ruby 2.6.6 again.
parent 48bffcb1
......@@ -504,7 +504,7 @@ RSpec.describe Projects::Settings::OperationsController do
it_behaves_like 'PATCHable'
describe 'gitlab tracking', :snowplow, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/259282#note_425243784' do
describe 'gitlab tracking', :snowplow do
shared_examples 'event tracking' do
it 'tracks an event' do
expect_snowplow_event(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment