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
4dc767a5
Commit
4dc767a5
authored
Oct 27, 2021
by
john.mcdonnell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Gitaly E2E tests from quarantine
parent
4323f386
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/gitaly/automatic_failover_and_recovery_spec.rb
...i/3_create/gitaly/automatic_failover_and_recovery_spec.rb
+1
-1
qa/qa/specs/features/api/3_create/gitaly/backend_node_recovery_spec.rb
...eatures/api/3_create/gitaly/backend_node_recovery_spec.rb
+1
-1
No files found.
qa/qa/specs/features/api/3_create/gitaly/automatic_failover_and_recovery_spec.rb
View file @
4dc767a5
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Create'
do
context
'Gitaly automatic failover and recovery'
,
:orchestrated
,
:gitaly_cluster
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/238953'
,
type: :flaky
}
do
context
'Gitaly automatic failover and recovery'
,
:orchestrated
,
:gitaly_cluster
do
# Variables shared between contexts. They're used and shared between
# contexts so they can't be `let` variables.
praefect_manager
=
Service
::
PraefectManager
.
new
...
...
qa/qa/specs/features/api/3_create/gitaly/backend_node_recovery_spec.rb
View file @
4dc767a5
...
...
@@ -3,7 +3,7 @@
module
QA
RSpec
.
describe
'Create'
do
context
'Gitaly'
do
describe
'Backend node recovery'
,
:orchestrated
,
:gitaly_cluster
,
:skip_live_env
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/322647'
,
type: :flaky
}
do
describe
'Backend node recovery'
,
:orchestrated
,
:gitaly_cluster
,
:skip_live_env
do
let
(
:praefect_manager
)
{
Service
::
PraefectManager
.
new
}
let
(
:project
)
do
Resource
::
Project
.
fabricate!
do
|
project
|
...
...
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