We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8eec7 commit 938c7d6Copy full SHA for 938c7d6
kotlinx-coroutines-debug/test/DebugProbesTest.kt
@@ -34,6 +34,7 @@ class DebugProbesTest : DebugTestBase() {
34
}
35
36
@Test
37
+ @Ignore
38
fun testAsyncWithProbes() = DebugProbes.withDebugProbes {
39
DebugProbes.sanitizeStackTraces = false
40
runTest {
@@ -66,6 +67,7 @@ class DebugProbesTest : DebugTestBase() {
66
67
68
69
70
71
fun testAsyncWithSanitizedProbes() = DebugProbes.withDebugProbes {
72
DebugProbes.sanitizeStackTraces = true
73
kotlinx-coroutines-debug/test/SanitizedProbesTest.kt
@@ -76,6 +76,7 @@ class SanitizedProbesTest : DebugTestBase() {
76
77
78
79
80
fun testSelectBuilder() = runTest {
81
val selector = launchSelector()
82
expect(1)
0 commit comments