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
e1589b24
Commit
e1589b24
authored
Dec 02, 2021
by
Changzheng Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky search specs that failed due to connection timeout
parent
df6aae19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/spec/requests/api/search_spec.rb
ee/spec/requests/api/search_spec.rb
+1
-1
ee/spec/requests/search_controller_spec.rb
ee/spec/requests/search_controller_spec.rb
+1
-1
No files found.
ee/spec/requests/api/search_spec.rb
View file @
e1589b24
...
...
@@ -2,7 +2,7 @@
require
'spec_helper'
RSpec
.
describe
API
::
Search
,
factory_default: :keep
do
RSpec
.
describe
API
::
Search
,
factory_default: :keep
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/347078'
do
let_it_be
(
:user
)
{
create
(
:user
)
}
let_it_be
(
:group
)
{
create
(
:group
)
}
let_it_be
(
:namespace
)
{
create_default
(
:namespace
).
freeze
}
...
...
ee/spec/requests/search_controller_spec.rb
View file @
e1589b24
...
...
@@ -30,7 +30,7 @@ RSpec.describe SearchController, type: :request do
end
end
describe
'GET /search'
do
describe
'GET /search'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/347078'
do
context
'when elasticsearch is enabled'
,
:elastic
,
:clean_gitlab_redis_shared_state
,
:sidekiq_inline
do
before
do
stub_ee_application_setting
(
elasticsearch_search:
true
,
elasticsearch_indexing:
true
)
...
...
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