Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Elasticsearch Services
Search Doc Service
Commits
78cabef3
Commit
78cabef3
authored
Dec 01, 2020
by
Jonas Waeber
Browse files
Disable tests with elasticsearch
parent
cd752478
Pipeline
#18110
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/test/kotlin/TestElasticSearchWrapper.kt
View file @
78cabef3
...
...
@@ -15,7 +15,7 @@ class TestElasticSearchWrapper {
private
val
documentTypeLabelPath
=
"src/test/resources/configs/document-type-labels.csv"
@Test
//
@Disabled
@Disabled
fun
`test
connect`
()
{
val
props
=
Properties
()
props
.
setProperty
(
"elastic.host"
,
"localhost"
)
...
...
@@ -31,7 +31,7 @@ class TestElasticSearchWrapper {
}
@Test
//
@Disabled
@Disabled
fun
`test
getDocumentTypesFromRecords`
()
{
val
props
=
Properties
()
props
.
setProperty
(
"elastic.host"
,
"localhost"
)
...
...
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