diff --git a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/AbstractForeignAnnotationsTest.kt b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/AbstractForeignAnnotationsTest.kt index acc024adf9b..b6efc9c354b 100644 --- a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/AbstractForeignAnnotationsTest.kt +++ b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/AbstractForeignAnnotationsTest.kt @@ -87,8 +87,8 @@ abstract class AbstractForeignAnnotationsTestBase : AbstractKotlinCompilerTest() } forTestsMatching("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/*") { - useFrontendHandlers(::JspecifyDiagnosticComplianceHandler) - useSourcePreprocessor(::JspecifyMarksCleanupPreprocessor) +// useFrontendHandlers(::JspecifyDiagnosticComplianceHandler) +// useSourcePreprocessor(::JspecifyMarksCleanupPreprocessor) } } }