Exclude test until KT-37634 is fixed.
This commit is contained in:
committed by
Pavel Punegov
parent
6ad70bc52f
commit
ac10b63f46
@@ -517,7 +517,8 @@ fun runTest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static def excludeList = [
|
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) {
|
boolean isEnabledForNativeBackend(String fileName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user