Skip to content

Commit 2b44613

Browse files
committed
Unmute kotlinx.coroutines.debug.CoroutinesDumpTest.testCreationStackTrace
1 parent f56d7f8 commit 2b44613

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kotlinx-coroutines-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ jvmTest {
194194
// TODO: JVM IR generates different stacktrace so temporary disable stacktrace tests
195195
if (rootProject.ext.jvm_ir_enabled) {
196196
filter {
197-
excludeTest('kotlinx.coroutines.debug.CoroutinesDumpTest', 'testCreationStackTrace')
198197
excludeTestsMatching('kotlinx.coroutines.exceptions.StackTraceRecovery*')
199198
}
200199
}

kotlinx-coroutines-debug/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
if (rootProject.ext.jvm_ir_enabled) {
3333
tasks.named('test', Test) {
3434
filter {
35-
excludeTest('kotlinx.coroutines.debug.CoroutinesDumpTest', 'testCreationStackTrace')
35+
// excludeTest('kotlinx.coroutines.debug.CoroutinesDumpTest', 'testCreationStackTrace')
3636
excludeTestsMatching('kotlinx.coroutines.debug.DebugProbesTest')
3737
}
3838
}

0 commit comments

Comments
 (0)