File tree 1 file changed +4
-6
lines changed
ebms-async/src/test/kotlin/no/nav/emottak/ebms/async/kafka
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import no.nav.emottak.ebms.async.configuration.config
5
5
import no.nav.emottak.ebms.async.kafka.consumer.failedMessageQueue
6
6
import no.nav.emottak.ebms.async.kafka.consumer.getRecord
7
7
import no.nav.emottak.ebms.async.kafka.consumer.getRetryRecord
8
- import org.junit.jupiter.api.Disabled
9
- import org.junit.jupiter.api.Test
10
8
import org.testcontainers.shaded.com.google.common.io.Resources
11
9
import java.util.Properties
12
10
import kotlin.io.path.Path
@@ -31,8 +29,8 @@ class KafkaIntegrationTest {
31
29
return ! Path (Resources .getResource(" kafka/kafkaenv-local.properties" ).path).exists()
32
30
}
33
31
34
- @Test
35
- @Disabled
32
+ // @Test
33
+ // @Disabled
36
34
fun testGetRecord () {
37
35
val record = getRecord(
38
36
kafkaConfig.kafkaPayloadReceiver.topic,
@@ -43,8 +41,8 @@ class KafkaIntegrationTest {
43
41
)
44
42
}
45
43
46
- @Test
47
- @Disabled
44
+ // @Test
45
+ // @Disabled
48
46
fun leggTilRetry () {
49
47
runTest {
50
48
val record = getRecord(
You can’t perform that action at this time.
0 commit comments