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
5dc0e503
Commit
5dc0e503
authored
Nov 18, 2020
by
Ramya Authappan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ml-update-quarantine-tag' into 'master'
Update quarantine tag See merge request gitlab-org/gitlab!47986
parents
488df6e0
a8006846
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/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb
.../browser_ui/3_create/merge_request/approval_rules_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb
View file @
5dc0e503
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Create'
do
describe
'Approval rules'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/2
25595'
,
type: :investigating
}
do
describe
'Approval rules'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/2
15876'
,
type: :flaky
}
do
let
(
:approver1
)
{
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
}
let
(
:approver2
)
{
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_2
,
Runtime
::
Env
.
gitlab_qa_password_2
)
}
let
(
:project
)
do
...
...
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