File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,8 @@ val jvmTest by tasks.getting(Test::class) {
169169 // is invoked by IntelliJ IDEA since we need to pass
170170 // system properties for Lincheck and stress tests.
171171 // TODO Remove once IDEA is smart enough to select between `jvmTest`/`jvmStressTest`/`jvmLincheckTest` #KTIJ-599
172- systemProperty(" java.security.manager" , " kotlinx.coroutines.TestSecurityManager" )
172+ // TODO figure out why teamcity jobs fail with NCDFE: kotlin/text/StringsKt with this security manager
173+ // systemProperty("java.security.manager", "kotlinx.coroutines.TestSecurityManager")
173174 }
174175 // 'stress' is required to be able to run all subpackage tests like ":jvmTests --tests "*channels*" -Pstress=true"
175176 if (! Idea .active && rootProject.properties[" stress" ] == null ) {
You can’t perform that action at this time.
0 commit comments