diff --git a/compiler/tests-spec/build.gradle.kts b/compiler/tests-spec/build.gradle.kts index 707d1d6f8c9..770b0984d25 100644 --- a/compiler/tests-spec/build.gradle.kts +++ b/compiler/tests-spec/build.gradle.kts @@ -30,6 +30,7 @@ val remoteRunTests by task { "checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*", "checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*", "checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Local_variables\$Type_parameters*", + "checkers.DiagnosticsTestSpecGenerated\$Linked\$Type_inference*", "codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*", "codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Objects\$Inheritance*" )