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
99import kotlin.coroutines.*
1010import kotlin.test.*
1111
12+ @Ignore
1213class CoroutinesDumpTest : DebugTestBase () {
1314 private val monitor = Any ()
1415
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import org.junit.Test
88import java.util.concurrent.*
99import kotlin.test.*
1010
11+ @Ignore
1112class DebugProbesTest : TestBase () {
1213
1314 private fun CoroutineScope.createDeferred (): Deferred <* > = async(NonCancellable ) {
Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ import kotlinx.coroutines.*
99import kotlinx.coroutines.debug.*
1010import kotlinx.coroutines.selects.*
1111import org.junit.*
12+ import org.junit.Ignore
1213import org.junit.Test
1314import java.util.concurrent.*
1415import kotlin.test.*
1516
17+ @Ignore
1618class SanitizedProbesTest : DebugTestBase () {
1719 @Before
1820 override fun setUp () {
You can’t perform that action at this time.
0 commit comments