Commit 5b8d8992 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'ab-quarantine-flaky-error-tracking-feature-spec' into 'master'

Quarantine flaky error tracking spec

See merge request gitlab-org/gitlab!32215
parents 892da007 8935d69e
......@@ -71,7 +71,7 @@ shared_examples 'error tracking show page' do
expect(page).to have_content('Stack trace')
end
it 'renders the stack trace' do
it 'renders the stack trace', :quarantine do
event_response['entries'][0]['data']['values'][0]['stacktrace']['frames'].each do |frame|
expect(frame['filename']).not_to be_nil
expect(page).to have_content(frame['filename'])
......
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