Skip to content

Commit f518175

Browse files
authored
mock: disable tests on async timers (#199)
1 parent acbf5e9 commit f518175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/test/kotlin/io/hstream/impl/ResponderImplTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import kotlinx.coroutines.runBlocking
99
import org.junit.jupiter.api.AfterEach
1010
import org.junit.jupiter.api.Assertions.assertEquals
1111
import org.junit.jupiter.api.BeforeEach
12+
import org.junit.jupiter.api.Disabled
1213
import org.junit.jupiter.api.Test
1314
import org.junit.runner.RunWith
1415
import org.mockito.junit.MockitoJUnitRunner
@@ -75,6 +76,7 @@ class ResponderImplTest {
7576
}
7677

7778
@Test
79+
@Disabled("should not dependent on async timers")
7880
fun `when ackAgeLimit is set, and ackBufferSize is set to very large, ACKs should send by age limit`() {
7981
val xs = buildBlackBoxSourceClient_()
8082
val consumerName = "some-consumer"

0 commit comments

Comments
 (0)