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 6a630bf9724..176c5888ea5 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -407,7 +407,7 @@ fun runTest() { static def excludeList = [ "external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880 - "external/compiler/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt" // KT-37634 + "external/compiler/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt" // FIXME: inherits final class ] boolean isEnabledForNativeBackend(String fileName) {