Skip to content

Commit

Permalink
Request5ConcurrentKtTest irgnored until Kotlin/kotlinx.coroutines#1204
Browse files Browse the repository at this point in the history
…is fixed / Kotlin/kotlinx.coroutines#1206 merged and both released
  • Loading branch information
lotharschulz committed Jul 18, 2019
1 parent 4156913 commit fc1d4b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/tasks/Request5ConcurrentKtTest.kt
Expand Up @@ -6,10 +6,21 @@ import contributors.testRequestData
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runBlockingTest
import org.junit.Assert
import org.junit.Ignore
import org.junit.Test

/*
This one fails with
`java.lang.IllegalStateException: This job has not completed yet`
I wait for
- https://github.com/Kotlin/kotlinx.coroutines/issues/1204
- https://github.com/Kotlin/kotlinx.coroutines/pull/1206
fixed and released with further actions.
*/
@UseExperimental(ExperimentalCoroutinesApi::class)
class Request5ConcurrentKtTest {
@Ignore
@Test
fun testConcurrent() = runBlockingTest {
val startTime = currentTime
Expand Down

0 comments on commit fc1d4b8

Please sign in to comment.