File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ jvmTest {
194
194
// TODO: JVM IR generates different stacktrace so temporary disable stacktrace tests
195
195
if (rootProject. ext. jvm_ir_enabled) {
196
196
filter {
197
- excludeTest(' kotlinx.coroutines.debug.CoroutinesDumpTest' , ' testCreationStackTrace' )
198
197
excludeTestsMatching(' kotlinx.coroutines.exceptions.StackTraceRecovery*' )
199
198
}
200
199
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
if (rootProject. ext. jvm_ir_enabled) {
33
33
tasks. named(' test' , Test ) {
34
34
filter {
35
- excludeTest(' kotlinx.coroutines.debug.CoroutinesDumpTest' , ' testCreationStackTrace' )
35
+ // excludeTest('kotlinx.coroutines.debug.CoroutinesDumpTest', 'testCreationStackTrace')
36
36
excludeTestsMatching(' kotlinx.coroutines.debug.DebugProbesTest' )
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments