Skip to content

Commit b37844d

Browse files
committed
Disable local tests
1 parent 7d46ab0 commit b37844d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ebms-async/src/test/kotlin/no/nav/emottak/ebms/async/kafka/KafkaIntegrationTest.kt

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import no.nav.emottak.ebms.async.configuration.config
55
import no.nav.emottak.ebms.async.kafka.consumer.failedMessageQueue
66
import no.nav.emottak.ebms.async.kafka.consumer.getRecord
77
import no.nav.emottak.ebms.async.kafka.consumer.getRetryRecord
8-
import org.junit.jupiter.api.Disabled
9-
import org.junit.jupiter.api.Test
108
import org.testcontainers.shaded.com.google.common.io.Resources
119
import java.util.Properties
1210
import kotlin.io.path.Path
@@ -31,8 +29,8 @@ class KafkaIntegrationTest {
3129
return !Path(Resources.getResource("kafka/kafkaenv-local.properties").path).exists()
3230
}
3331

34-
@Test
35-
@Disabled
32+
// @Test
33+
// @Disabled
3634
fun testGetRecord() {
3735
val record = getRecord(
3836
kafkaConfig.kafkaPayloadReceiver.topic,
@@ -43,8 +41,8 @@ class KafkaIntegrationTest {
4341
)
4442
}
4543

46-
@Test
47-
@Disabled
44+
// @Test
45+
// @Disabled
4846
fun leggTilRetry() {
4947
runTest {
5048
val record = getRecord(

0 commit comments

Comments
 (0)