Skip to content

Commit 938c7d6

Browse files
erokhinswoainikk
authored andcommitted
Mute tests
After KT-41789 test data should be updated
1 parent ff8eec7 commit 938c7d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kotlinx-coroutines-debug/test/DebugProbesTest.kt

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class DebugProbesTest : DebugTestBase() {
3434
}
3535

3636
@Test
37+
@Ignore
3738
fun testAsyncWithProbes() = DebugProbes.withDebugProbes {
3839
DebugProbes.sanitizeStackTraces = false
3940
runTest {
@@ -66,6 +67,7 @@ class DebugProbesTest : DebugTestBase() {
6667
}
6768

6869
@Test
70+
@Ignore
6971
fun testAsyncWithSanitizedProbes() = DebugProbes.withDebugProbes {
7072
DebugProbes.sanitizeStackTraces = true
7173
runTest {

kotlinx-coroutines-debug/test/SanitizedProbesTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class SanitizedProbesTest : DebugTestBase() {
7676
}
7777

7878
@Test
79+
@Ignore
7980
fun testSelectBuilder() = runTest {
8081
val selector = launchSelector()
8182
expect(1)

0 commit comments

Comments
 (0)