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
ce91fa89
Commit
ce91fa89
authored
Sep 06, 2021
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine 2 tests awaiting a bug fix
parent
2568b8a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
qa/qa/specs/features/browser_ui/1_manage/project/protected_tags_spec.rb
...atures/browser_ui/1_manage/project/protected_tags_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb
...es/ee/browser_ui/3_create/repository/file_locking_spec.rb
+3
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/project/protected_tags_spec.rb
View file @
ce91fa89
...
...
@@ -58,7 +58,7 @@ module QA
it_behaves_like
'successful tag creation'
,
:maintainer_user
end
context
'when protected'
do
context
'when protected'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/339727'
,
type: :bug
}
do
before
do
add_members_to_project
(
project
)
...
...
qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb
View file @
ce91fa89
...
...
@@ -63,7 +63,9 @@ module QA
end
end
it
'creates a merge request and fails to merge'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1520'
do
it
'creates a merge request and fails to merge'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/339727'
,
type: :bug
},
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1520'
do
push
branch:
'test'
,
as_user:
user_one
merge_request
=
Resource
::
MergeRequest
.
fabricate_via_api!
do
|
merge_request
|
...
...
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