Commit a5032437 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'sarnold-quarantine-failing-sentry-spec' into 'master'

Quarantine failing spec

See merge request gitlab-org/gitlab!47741
parents 5b80cf4a 08512410
......@@ -29,10 +29,12 @@ RSpec.describe 'sentry errors requests' do
let(:error_data) { graphql_data.dig('project', 'sentryErrors', 'detailedError') }
it_behaves_like 'a working graphql query' do
before do
post_graphql(query, current_user: current_user)
end
it 'returns a successful response', :aggregate_failures, :quarantine do
post_graphql(query, current_user: current_user)
expect(response).to have_gitlab_http_status(:success)
expect(graphql_errors).to be_nil
expect(json_response.keys).to include('data')
end
context 'when data is loading via reactive cache' do
......
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