From ac10b63f46ca9ac34bd7f078298e48ca9b796152 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Thu, 16 Apr 2020 12:54:10 +0300 Subject: [PATCH] Exclude test until KT-37634 is fixed. --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {