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
02d2d313
Commit
02d2d313
authored
Aug 10, 2021
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update e2e test quarantine reason
parent
64f31cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
qa/qa/specs/features/ee/browser_ui/1_manage/group/prevent_forking_outside_group_spec.rb
...r_ui/1_manage/group/prevent_forking_outside_group_spec.rb
+2
-4
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/group/prevent_forking_outside_group_spec.rb
View file @
02d2d313
# frozen_string_literal: true
module
QA
# This test is disabled on staging due to `top_level_group_creation_enabled` set to false.
# This test is disabled on staging
and production
due to `top_level_group_creation_enabled` set to false.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/324808#note_531060031
# The bug issue link in the rspec metadata below is for production only.
# When unquarantining on staging, it should continue to remain in quarantine in production until the bug is resolved.
RSpec
.
describe
'Manage'
,
quarantine:
{
only:
[
:staging
,
:production
],
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/324808'
,
type: :bug
}
do
RSpec
.
describe
'Manage'
,
quarantine:
{
only:
[
:staging
,
:production
],
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/324808'
,
type: :waiting_on
}
do
describe
'prevent forking outside group'
do
let!
(
:group_for_fork
)
do
Resource
::
Sandbox
.
fabricate_via_api!
do
|
sandbox_group
|
...
...
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