[FIR IDE] Disable dependent analysis session tests for FE10 implementation

This commit is contained in:
Yan Zhulanow
2021-10-20 00:53:16 +09:00
committed by teamcityserver
parent b7044803d2
commit 7c3706dd3f
2 changed files with 8 additions and 1 deletions
@@ -32,6 +32,9 @@ object KtFe10FrontendApiTestConfiguratorService : FrontendApiTestConfiguratorSer
override val testPrefix: String
get() = "descriptors"
override val allowDependedAnalysisSession: Boolean
get() = false
override fun TestConfigurationBuilder.configureTest(disposable: Disposable) {
usePreAnalysisHandlers(::KtFe10ModuleRegistrarPreAnalysisHandler.bind(disposable))
}