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
60a5445b
Commit
60a5445b
authored
Feb 04, 2022
by
Tiffany Rea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine test at top level
parent
9daac084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
qa/qa/specs/features/ee/browser_ui/4_verify/cancelling_merge_request_in_merge_train_spec.rb
.../4_verify/cancelling_merge_request_in_merge_train_spec.rb
+14
-5
No files found.
qa/qa/specs/features/ee/browser_ui/4_verify/cancelling_merge_request_in_merge_train_spec.rb
View file @
60a5445b
...
...
@@ -2,7 +2,8 @@
module
QA
RSpec
.
describe
'Verify'
do
describe
'Cancelling merge request in merge train'
,
:runner
,
:requires_admin
do
# Quarantine at top level due to multiple failures, specified in examples
describe
'Cancelling merge request in merge train'
,
:runner
,
:requires_admin
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/340885'
}
do
before
(
:all
)
do
executor
=
"qa-runner-
#{
Faker
::
Alphanumeric
.
alphanumeric
(
8
)
}
"
@file_name
=
Faker
::
File
.
unique
.
file_name
...
...
@@ -88,8 +89,12 @@ module QA
@user
.
remove_via_api!
end
context
'when system cancels the merge request'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/324122'
,
type: :bug
}
do
it
'creates a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347666'
do
context
'when system cancels the merge request'
do
it
(
'creates a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347666'
,
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/324122'
# type: :bug
)
do
# Create a merge conflict
Resource
::
Repository
::
Commit
.
fabricate_via_api!
do
|
commit
|
commit
.
api_client
=
@user_api_client
...
...
@@ -121,8 +126,12 @@ module QA
end
end
context
'when user cancels the merge request'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/340885'
,
type: :flaky
}
do
it
'does not create a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347665'
do
context
'when user cancels the merge request'
do
it
(
'does not create a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347665'
,
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/340885'
# type: :flaky
)
do
# Manually removes merge request from the train
Page
::
MergeRequest
::
Show
.
perform
do
|
show
|
show
.
wait_until
(
reload:
false
)
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