commit | 38bdc35922bafdf7be2a5a3f1f35f6650be648b6 | [log] [tgz] |
---|---|---|
author | Vsevolod Tolstopyatov <qwwdfsad@gmail.com> | Tue Jun 04 13:54:19 2019 +0300 |
committer | Vsevolod Tolstopyatov <qwwdfsad@gmail.com> | Tue Jun 04 13:54:19 2019 +0300 |
tree | 5ec51d038bfe1f0b53a83dd9321167f161c2697e | |
parent | 08f3225c833ba55030a7bce1cdf1f98e7740006f [diff] |
Disable incompatible change
diff --git a/kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt b/kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt index 35e9d1e..98b9a37 100644 --- a/kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt +++ b/kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt
@@ -9,6 +9,7 @@ import kotlin.coroutines.* import kotlin.test.* +@Ignore class CoroutinesDumpTest : DebugTestBase() { private val monitor = Any()
diff --git a/kotlinx-coroutines-debug/test/DebugProbesTest.kt b/kotlinx-coroutines-debug/test/DebugProbesTest.kt index 9dd4d7c..7d14a83 100644 --- a/kotlinx-coroutines-debug/test/DebugProbesTest.kt +++ b/kotlinx-coroutines-debug/test/DebugProbesTest.kt
@@ -8,6 +8,7 @@ import java.util.concurrent.* import kotlin.test.* +@Ignore class DebugProbesTest : TestBase() { private fun CoroutineScope.createDeferred(): Deferred<*> = async(NonCancellable) {
diff --git a/kotlinx-coroutines-debug/test/SanitizedProbesTest.kt b/kotlinx-coroutines-debug/test/SanitizedProbesTest.kt index 3ee80ad..37a293b 100644 --- a/kotlinx-coroutines-debug/test/SanitizedProbesTest.kt +++ b/kotlinx-coroutines-debug/test/SanitizedProbesTest.kt
@@ -9,10 +9,12 @@ import kotlinx.coroutines.debug.* import kotlinx.coroutines.selects.* import org.junit.* +import org.junit.Ignore import org.junit.Test import java.util.concurrent.* import kotlin.test.* +@Ignore class SanitizedProbesTest : DebugTestBase() { @Before override fun setUp() {