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
5c76d552
Commit
5c76d552
authored
Nov 30, 2020
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine failing create spec
parent
fb2c3abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/specs/features/api/3_create/gitaly/changing_repository_storage_spec.rb
...s/api/3_create/gitaly/changing_repository_storage_spec.rb
+1
-1
No files found.
qa/qa/specs/features/api/3_create/gitaly/changing_repository_storage_spec.rb
View file @
5c76d552
...
...
@@ -45,7 +45,7 @@ module QA
# Note: This test doesn't have the :orchestrated tag because it runs in the Test::Integration::Praefect
# scenario with other tests that aren't considered orchestrated.
# It also runs on staging using nfs-file07 as non-cluster storage and nfs-file22 as cluster/praefect storage
context
'when moving from Gitaly to Gitaly Cluster'
,
:requires_praefect
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/974'
do
context
'when moving from Gitaly to Gitaly Cluster'
,
:requires_praefect
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/974'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/284645'
,
type: :investigating
}
do
let
(
:source_storage
)
{
{
type: :gitaly
,
name:
QA
::
Runtime
::
Env
.
non_cluster_repository_storage
}
}
let
(
:destination_storage
)
{
{
type: :praefect
,
name:
QA
::
Runtime
::
Env
.
praefect_repository_storage
}
}
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