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
ef5f7195
Commit
ef5f7195
authored
Jan 19, 2021
by
Jonas Waeber
Browse files
Ignore the class
parent
cd57edba
Pipeline
#20346
failed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/test/kotlin/TestElasticSearchWrapper.kt
View file @
ef5f7195
...
...
@@ -13,6 +13,7 @@ import org.elasticsearch.client.RequestOptions
import
org.elasticsearch.client.RestClient
import
org.elasticsearch.client.RestHighLevelClient
import
org.elasticsearch.client.indices.GetIndexRequest
import
org.junit.Ignore
import
org.junit.jupiter.api.Disabled
import
org.junit.jupiter.api.Test
import
org.junit.jupiter.api.TestInstance
...
...
@@ -22,6 +23,7 @@ import org.memobase.model.FacetContainer
import
org.memobase.model.LanguageContainer
@TestInstance
(
TestInstance
.
Lifecycle
.
PER_CLASS
)
@Ignore
class
TestElasticSearchWrapper
{
private
val
log
=
LogManager
.
getLogger
(
TestElasticSearchWrapper
::
class
.
java
)
private
val
host
=
"localhost"
...
...
@@ -64,7 +66,7 @@ class TestElasticSearchWrapper {
* and update the index and record set identifier as necessary.
*/
@Test
@
Disabled
@
Ignore
fun
`test
getDocumentTypesFromRecords`
()
{
val
props
=
Properties
()
props
.
setProperty
(
"elastic.index"
,
documentsIndex
)
...
...
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