IJI-987 build test may fail to download file in brokenPlugins.kt

ExternalResourcesChecker.reportUnavailability cannot be used due to platform module transitive dependency:
-> intellij.platform.buildScripts.testFramework ->
-> intellij.platform.testFramework ->
-> intellij.platform.lang

see 9e92173b1dde6ae3226b6dd3d0e11f2b380defb5

GitOrigin-RevId: 45f81b7b03051bde13a15229a4c9830e394a641e
This commit is contained in:
Dmitriy.Panov
2024-07-16 14:03:17 +02:00
committed by intellij-monorepo-bot
parent fc9a399a47
commit a8d7fcd13c

View File

@@ -196,7 +196,6 @@ private suspend fun doRunTestBuild(context: BuildContext, traceSpanName: String?
copyDebugLog(context.productProperties, context.messages)
if (ExceptionUtilRt.causedBy(e, HttpConnectTimeoutException::class.java)) {
//todo use com.intellij.platform.testFramework.io.ExternalResourcesChecker after next update of jps-bootstrap library
error = TestAbortedException("failed to load data for build scripts", e)
}
else {