We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4156913 commit fc1d4b8Copy full SHA for fc1d4b8
test/tasks/Request5ConcurrentKtTest.kt
@@ -6,10 +6,21 @@ import contributors.testRequestData
6
import kotlinx.coroutines.ExperimentalCoroutinesApi
7
import kotlinx.coroutines.test.runBlockingTest
8
import org.junit.Assert
9
+import org.junit.Ignore
10
import org.junit.Test
11
12
+/*
13
+ This one fails with
14
+ `java.lang.IllegalStateException: This job has not completed yet`
15
+
16
+ I wait for
17
+ - https://github.com/Kotlin/kotlinx.coroutines/issues/1204
18
+ - https://github.com/Kotlin/kotlinx.coroutines/pull/1206
19
+ fixed and released with further actions.
20
+ */
21
@UseExperimental(ExperimentalCoroutinesApi::class)
22
class Request5ConcurrentKtTest {
23
+ @Ignore
24
@Test
25
fun testConcurrent() = runBlockingTest {
26
val startTime = currentTime
0 commit comments