Commit 08512410 authored by Sean Arnold's avatar Sean Arnold

Re-write spec so we can quarantine

parent 966b62d7
......@@ -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', :quarantine do
before do
it 'returns a successful response', :aggregate_failures, :quarantine do
post_graphql(query, current_user: current_user)
end
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