mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[rider-tests]: Skip getting features in PluginAdvertiser in tests
GitOrigin-RevId: cab18c85642c6f607e8a67972ce69e8ea2b7bbf7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
47c45c2509
commit
32f48ae00f
@@ -161,6 +161,10 @@ internal fun findSuggestedPlugins(project: Project, customRepositories: Map<Stri
|
||||
}
|
||||
|
||||
private suspend fun getFeatureMapFromMarketPlace(customPluginIds: Set<String>, featureType: String): Map<String, PluginDataSet> {
|
||||
if (isTestingMode) {
|
||||
return emptyMap()
|
||||
}
|
||||
|
||||
val params = mapOf("featureType" to featureType)
|
||||
val features = MarketplaceRequests.getInstance().getFeatures(params)
|
||||
return features
|
||||
|
||||
Reference in New Issue
Block a user