Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b0fd2482
Commit
b0fd2482
authored
Aug 24, 2020
by
Grant Young
Committed by
Mark Lapierre
Aug 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine rate_limits_spec on staging
parent
e6c7726c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/specs/features/api/1_manage/rate_limits_spec.rb
qa/qa/specs/features/api/1_manage/rate_limits_spec.rb
+1
-1
No files found.
qa/qa/specs/features/api/1_manage/rate_limits_spec.rb
View file @
b0fd2482
...
...
@@ -3,7 +3,7 @@
require
'airborne'
module
QA
RSpec
.
describe
'Manage with IP rate limits'
,
:requires_admin
do
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
describe
'Users API'
do
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
,
ip_limits:
true
)
}
let
(
:request
)
{
Runtime
::
API
::
Request
.
new
(
api_client
,
'/users'
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment