diff --git a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index 91bc0b9fa4d..1c69006221a 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -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) {