Commit 41057ab0 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-shl-add-skip-live-env-on-ip-rate-limits-spec' into 'master'

Replace quarantine tag with skip_live_env

Closes #240936

See merge request gitlab-org/gitlab!40345
parents 66b0876c 1b57dfed
......@@ -3,7 +3,7 @@
require 'airborne'
module QA
RSpec.describe 'Manage with IP rate limits', :requires_admin, quarantine: { only: { subdomain: :staging }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/240936', type: :investigating } do
RSpec.describe 'Manage with IP rate limits', :requires_admin, :skip_live_env do
describe 'Users API' do
let(:api_client) { Runtime::API::Client.new(:gitlab, ip_limits: true) }
let(:request) { Runtime::API::Request.new(api_client, '/users') }
......
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