Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
0721ba22
Commit
0721ba22
authored
Dec 01, 2020
by
Jonas Waeber
Browse files
Disable institution test
parent
78cabef3
Pipeline
#18113
passed with stages
in 4 minutes and 51 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/test/kotlin/TestInstitutionSearchDoc.kt
View file @
0721ba22
...
...
@@ -10,6 +10,7 @@ import org.apache.kafka.common.serialization.StringSerializer
import
org.apache.kafka.streams.TopologyTestDriver
import
org.apache.kafka.streams.test.ConsumerRecordFactory
import
org.assertj.core.api.Assertions.assertThat
import
org.junit.jupiter.api.Disabled
import
org.junit.jupiter.api.Test
import
org.junit.jupiter.api.TestInstance
import
org.junit.jupiter.api.assertAll
...
...
@@ -26,6 +27,7 @@ class TestInstitutionSearchDoc {
private
val
dateRegex
=
Regex
(
"\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}"
)
@Test
@Disabled
fun
`integration
test
institution`
()
{
val
service
=
Service
(
"kafkaTest1.yml"
)
val
testDriver
=
TopologyTestDriver
(
service
.
topology
,
service
.
settings
.
kafkaStreamsSettings
)
...
...
Write
Preview
Supports
Markdown
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