Skip to content

Commit 38bdc35

Browse files
committed
Disable incompatible change
1 parent 08f3225 commit 38bdc35

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

kotlinx-coroutines-debug/test/CoroutinesDumpTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import org.junit.Test
99
import kotlin.coroutines.*
1010
import kotlin.test.*
1111

12+
@Ignore
1213
class CoroutinesDumpTest : DebugTestBase() {
1314
private val monitor = Any()
1415

kotlinx-coroutines-debug/test/DebugProbesTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.junit.Test
88
import java.util.concurrent.*
99
import kotlin.test.*
1010

11+
@Ignore
1112
class DebugProbesTest : TestBase() {
1213

1314
private fun CoroutineScope.createDeferred(): Deferred<*> = async(NonCancellable) {

kotlinx-coroutines-debug/test/SanitizedProbesTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ import kotlinx.coroutines.*
99
import kotlinx.coroutines.debug.*
1010
import kotlinx.coroutines.selects.*
1111
import org.junit.*
12+
import org.junit.Ignore
1213
import org.junit.Test
1314
import java.util.concurrent.*
1415
import kotlin.test.*
1516

17+
@Ignore
1618
class SanitizedProbesTest : DebugTestBase() {
1719
@Before
1820
override fun setUp() {

0 commit comments

Comments
 (0)