Skip to content

Commit d9e4772

Browse files
committed
Unmute testCreationStackTrace in kotlinx-coroutines-core
The test exists only in kotlinx-coroutines-debug. It was added to exclusion list of kotlinx-coroutines-core accidentally
1 parent f56d7f8 commit d9e4772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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
}

0 commit comments

Comments
 (0)