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
4caa17e3
Commit
4caa17e3
authored
Jan 16, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dequarantine elasticsearch tests
parent
5b8fbef7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
qa/qa/specs/features/ee/browser_ui/enablement/elasticsearch/advanced_global_advanced_syntax_search_spec.rb
...sticsearch/advanced_global_advanced_syntax_search_spec.rb
+1
-2
qa/qa/specs/features/ee/browser_ui/enablement/elasticsearch/elasticsearch_reindexing_spec.rb
...enablement/elasticsearch/elasticsearch_reindexing_spec.rb
+1
-2
No files found.
qa/qa/specs/features/ee/browser_ui/enablement/elasticsearch/advanced_global_advanced_syntax_search_spec.rb
View file @
4caa17e3
...
...
@@ -2,8 +2,7 @@
module
QA
context
'Create'
do
# Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/43732
describe
'Elasticsearch advanced global search with advanced syntax'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
,
:quarantine
do
describe
'Elasticsearch advanced global search with advanced syntax'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:project_name_suffix
)
{
SecureRandom
.
hex
(
8
)
}
let
(
:project_file_name
)
{
'elasticsearch.rb'
}
let
(
:project_file_content
)
{
"elasticsearch:
#{
SecureRandom
.
hex
(
8
)
}
"
}
...
...
qa/qa/specs/features/ee/browser_ui/enablement/elasticsearch/elasticsearch_reindexing_spec.rb
View file @
4caa17e3
...
...
@@ -2,8 +2,7 @@
module
QA
context
'Create'
do
# Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/35877
describe
'Search using Elasticsearch'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
,
:quarantine
do
describe
'Search using Elasticsearch'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
include
Runtime
::
Fixtures
before
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