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
51100d20
Commit
51100d20
authored
Jul 31, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine tests made stale by a Gitaly change
parent
3d9857f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/api/3_create/repository/praefect_replication_queue_spec.rb
...pi/3_create/repository/praefect_replication_queue_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/gitaly/high_availability_spec.rb
...ures/browser_ui/3_create/gitaly/high_availability_spec.rb
+1
-1
No files found.
qa/qa/specs/features/api/3_create/repository/praefect_replication_queue_spec.rb
View file @
51100d20
...
...
@@ -4,7 +4,7 @@ require 'parallel'
module
QA
RSpec
.
describe
'Create'
do
context
'Gitaly Cluster replication queue'
,
:orchestrated
,
:gitaly_ha
,
:skip_live_env
do
context
'Gitaly Cluster replication queue'
,
:orchestrated
,
:gitaly_ha
,
:skip_live_env
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/quality/pipeline-triage/-/issues/39#note_388590227'
,
type: :stale
}
do
let
(
:praefect_manager
)
{
Service
::
PraefectManager
.
new
}
let
(
:project
)
do
Resource
::
Project
.
fabricate!
do
|
project
|
...
...
qa/qa/specs/features/browser_ui/3_create/gitaly/high_availability_spec.rb
View file @
51100d20
...
...
@@ -3,7 +3,7 @@
module
QA
RSpec
.
describe
'Create'
do
context
'Gitaly'
do
describe
'High Availability'
,
:orchestrated
,
:gitaly_ha
do
describe
'High Availability'
,
:orchestrated
,
:gitaly_ha
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/quality/pipeline-triage/-/issues/39#note_388590227'
,
type: :stale
}
do
let
(
:project
)
do
Resource
::
Project
.
fabricate!
do
|
project
|
project
.
name
=
'gitaly_high_availability'
...
...
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