mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
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:
committed by
intellij-monorepo-bot
parent
fc9a399a47
commit
a8d7fcd13c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user