Temporary disable failing jspecify tests on Windows

This commit is contained in:
Victor Petukhov
2021-04-30 17:50:56 +03:00
parent c9568c0744
commit 4fb78fab93
@@ -87,8 +87,8 @@ abstract class AbstractForeignAnnotationsTestBase : AbstractKotlinCompilerTest()
} }
forTestsMatching("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/*") { forTestsMatching("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/*") {
useFrontendHandlers(::JspecifyDiagnosticComplianceHandler) // useFrontendHandlers(::JspecifyDiagnosticComplianceHandler)
useSourcePreprocessor(::JspecifyMarksCleanupPreprocessor) // useSourcePreprocessor(::JspecifyMarksCleanupPreprocessor)
} }
} }
} }