File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
kotlinx-coroutines-debug/test Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import org.junit.Test
9
9
import kotlin.coroutines.*
10
10
import kotlin.test.*
11
11
12
+ @Ignore
12
13
class CoroutinesDumpTest : DebugTestBase () {
13
14
private val monitor = Any ()
14
15
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import org.junit.Test
8
8
import java.util.concurrent.*
9
9
import kotlin.test.*
10
10
11
+ @Ignore
11
12
class DebugProbesTest : TestBase () {
12
13
13
14
private fun CoroutineScope.createDeferred (): Deferred <* > = async(NonCancellable ) {
Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ import kotlinx.coroutines.*
9
9
import kotlinx.coroutines.debug.*
10
10
import kotlinx.coroutines.selects.*
11
11
import org.junit.*
12
+ import org.junit.Ignore
12
13
import org.junit.Test
13
14
import java.util.concurrent.*
14
15
import kotlin.test.*
15
16
17
+ @Ignore
16
18
class SanitizedProbesTest : DebugTestBase () {
17
19
@Before
18
20
override fun setUp () {
You can’t perform that action at this time.
0 commit comments