Exclude test until KT-37634 is fixed.

This commit is contained in:
Pavel Punegov
2020-04-16 12:54:10 +03:00
committed by Pavel Punegov
parent 6ad70bc52f
commit ac10b63f46
@@ -517,7 +517,8 @@ fun runTest() {
}
static def excludeList = [
"build/external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" // KT-36880
"build/external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880
"build/external/compiler/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt" // KT-37634
]
boolean isEnabledForNativeBackend(String fileName) {